error while placing arder

trade= {

"symbol": sym,

"qty": quantity,

"type":2,

"side":1,

"productType":" INTRADAY ",

"limitPrice": 0,

"stopPrice": 0,

"validity":"DAY",

"disclosedQty":0,

"offlineOrder": False

}

orresponse = fyers.place_order(data=trade)

print(orresponse)

i am getting this error plz help me

 Cell In[10], line 44
    trade= {
    ^
IndentationError: unexpected indent
5 replies