Getting Bad request in Order Place API

I am getting Bad request response while placing order.

url: https://api.upstox.com/v2/order/place

data : {
“instrument_token”: “BSE_FO|869710”,
“transaction_type”: “BUY”,
“order_type”: “SL”,
“quantity”: 20,
“price”: 132.55,
“product”: “I”,
“disclosed_quantity”: 0,
“trigger_price”: 130.55,
“validity”: “DAY”,
“tag”: “order/123/abc+123-456”,
“is_amo”: false
}

Intraday trading is not permitted in the BSE FO as of now; you can confirm this through their web or mobile platform.

Consider placing a delivery order instead.