{
"exchange_type": 0,
"source_amount": 0
}curl --location --request POST 'https://web.richen8.cn/api/v1/exchange/calculate' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4' \
--header 'Content-Type: application/json' \
--data-raw '{
"exchange_type": 0,
"source_amount": 0
}'{
"code": 0,
"message": "success",
"data": {
"source_amount": 289.6,
"target_amount": 289.6,
"fee_amount": 0,
"total_amount": 289.6,
"fee_rate": 0
}
}