{
"order_no": "string"
}
curl --location --request POST 'https://open-fat.cb.paykka.com/api/v2/fx/conversion/inquiry' \
--header 'X-Merch-Id: M24061911365700670' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_no": "string"
}'
{
"status": "PROCESSING",
"fail_reason": "string"
}