{
"id": 1
}curl --location '/user-api/v1/miniapp/points/mall/exchange' \
--header 'Authorization: Bearer jl-test-token-user-43' \
--header 'Content-Type: application/json' \
--data '{
"id": 1
}'{
"code": 0,
"message": "string",
"data": {
"exchangeId": 0,
"userCouponId": 0,
"pointsConsumed": 0,
"balance": 0
}
}