{
"merchantId": "2512201641474120003995",
"quoteId": "1052601291417172443847",
"partnerOrderId": "43546456578",
"payeeId": "2601281826188080003879",
"amountValue": "10",
"amountType": "SOURCE",
"paymentOptions": {},
"amountCurrency": "USD"
}curl --location '/api/v1/orders/withdraw_fiat' \
--header 'x-app-id;' \
--header 'x-timestamp;' \
--header 'x-nonce;' \
--header 'x-request-id;' \
--header 'x-lang;' \
--header 'Content-Type: application/json' \
--data '{
"merchantId": "2512201641474120003995",
"quoteId": "1052601291417172443847",
"partnerOrderId": "43546456578",
"payeeId": "2601281826188080003879",
"amountValue": "10",
"amountType": "SOURCE",
"paymentOptions": {},
"amountCurrency": "USD"
}'{
"success": true,
"requestId": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"data": {
"orderId": "string",
"merchantId": "string",
"orderType": "DEPOSIT_FIAT",
"status": "CREATED",
"createdAt": "2019-08-24T14:15:22.123Z",
"fromAmount": {
"value": "string",
"currency": "USDT"
},
"toAmount": {
"value": "string",
"currency": "USDT"
},
"exchangeRate": "string",
"fees": [
{
"type": "string",
"name": "string",
"desc": "string",
"amount": {
"value": "string",
"currency": "USDT"
}
}
]
}
}