{
"merchantNo": "string",
"amount": 0,
"currencyType": "string",
"merchantOrderNo": "string",
"customerName": "string",
"customerCountry": "string",
"customerIdCardNumber": "string",
"customerPhoneNumber": "string",
"redirectUrl": "string",
"hideUsdt": true,
"paymentType": 0,
"callbackUrl": "string"
}curl --location '/api/open/order/createBuyOrder' \
--header 'Content-Type: application/json' \
--data '{
"merchantNo": "string",
"amount": 0,
"currencyType": "string",
"merchantOrderNo": "string",
"customerName": "string",
"customerCountry": "string",
"customerIdCardNumber": "string",
"customerPhoneNumber": "string",
"redirectUrl": "string",
"hideUsdt": true,
"paymentType": 0,
"callbackUrl": "string"
}'{
"url": "string"
}