Authorization: Bearer ********************
{
"orderId": "5044005617664",
"orderType": "BuyAsset",
"assetType": "BTC",
"assetValue": 0.1,
"txnCurrency": "EUR",
"txnAmount": 5000.00,
"clientUserId": "U120033332",
"walletId": "5044005617664",
"time": "2023-09-14 16:14:35"
}
curl --location --request POST '/funds-settlement/business-order' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "5044005617664",
"orderType": "BuyAsset",
"assetType": "BTC",
"assetValue": 0.1,
"txnCurrency": "EUR",
"txnAmount": 5000.00,
"clientUserId": "U120033332",
"walletId": "5044005617664",
"time": "2023-09-14 16:14:35"
}'
{}