{
"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/quoter' \
--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": {
"amountIn": "",
"tradeAmount": "",
"refund": "",
"amountOut": "",
"price": "",
"fee": "",
"reason": ""
}
}