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
}