{
"merchantId": "445684d438564efea3b92a8d674d5516",
"beneficiaryId": "31d961772b964b489ff63bbed6306609",
"sourceCurrency": "CNH",
"sourceAmount": 100,
"destinationAmount": null
}curl --location --request POST '/v1/channel/payment/quota' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantId": "445684d438564efea3b92a8d674d5516",
"beneficiaryId": "31d961772b964b489ff63bbed6306609",
"sourceCurrency": "CNH",
"sourceAmount": 100,
"destinationAmount": null
}'{
"quoteId": "R20251219103309011160000002",
"sourceCurrency": "CNH",
"sourceAmount": 100,
"destinationCurrency": "USD",
"destinationAmount": 14.07,
"feeCurrency": "CNH",
"feeAmount": 1,
"receivedCurrency": "USD",
"receivedAmount": 13.930,
"fxRate": 0.1407991,
"expireTime": "2025-12-19 10:32:21"
}