{
"exchange_target_mobile": "13712341234",
"amount": 100
}
curl --location --request POST 'https://gate.wujieai.net/wj-open/v1/account/integral/exchange' \
--header 'Content-Type: application/json' \
--data-raw '{
"exchange_target_mobile": "13712341234",
"amount": 100
}'
{
"code": "200",
"message": "success"
}