curl --location --request POST '/v1/stable/create-order' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantOrderId": "string",
"quoteId": "string"
}'
{
"success": true,
"code": "string",
"message": "string",
"data": {
"merchantOrderId": "string",
"orderId": "string",
"orderStatus": "string"
}
}