{
"exchange_type": 1,
"source_amount": 0,
"coupon_id": 0
}curl --location --request POST 'https://web.richen8.cn/api/v1/exchanges/crypto' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NzgxMjA5NTYsImlhdCI6MTc3NTUyODk1NiwianRpIjoiZjYwZWI0YWMtNDg3NS00MzM4LThkZGUtMGI2ZTFjZjFhOGZhIiwidXNlcl9pZCI6MzF9.hTIJI1W90s0ABGjpIjwLUWAQmSi9-OFh_KvgUotfSP4' \
--header 'Content-Type: application/json' \
--data-raw '{
"exchange_type": 1,
"source_amount": 0,
"coupon_id": 0
}'{
"code": 0,
"message": "success",
"data": {
"is_http": true,
"order_no": "72507221131314880947301",
"pay_url": "https://h5pay.dinpay.com/jump-mp.html?appid=wxa8c52060a6dbd478&apptype=TH5&prepayid=8173884534e8487f5179369d6f67d0d45c0032b56a96dd651a5106298f2f872d&sign=cb75178b9b2387ce735d079d1ee8a655"
}
}