{
"requestId": "string",
"uid": "string",
"pairId": 0,
"price": "string",
"slippage": 0,
"amount": "string",
"quoterIn": true,
"zfo": true,
"type": 0,
"targetAmount": "string"
}curl --location --request POST 'test-mg-admin.hwyc.io/pri/order' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"uid": "string",
"pairId": 0,
"price": "string",
"slippage": 0,
"amount": "string",
"quoterIn": true,
"zfo": true,
"type": 0,
"targetAmount": "string"
}'{
"code": 0,
"msg": "",
"data": {
"orderId": "",
"topUpResponse": {
"bizId": "",
"preOrderId": "",
"qrCode": "",
"scheme": ""
}
}
}