{
"merchantOrderId": "string",
"quoteId": "string",
"remarks": "string"
}curl --location '/v1/stable/order/submit-order' \
--header 'X-BPN-API-KEY: <api-key>' \
--header 'X-BPN-SIGNATURE: <api-key>' \
--header 'X-BPN-TIMESTAMP: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"merchantOrderId": "string",
"quoteId": "string",
"remarks": "string"
}'{
"success": true,
"code": "string",
"message": "string",
"data": {
"merchantOrderId": "string",
"orderId": "string",
"orderStatus": "string"
}
}