Authorization: ********************{
"couponsCode": "string",
"userId": 0,
"mobile": "string"
}curl --location --request POST '/user/management/exchangeCoupons/activateExchangeCoupons' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"couponsCode": "string",
"userId": 0,
"mobile": "string"
}'{
"code": "string",
"msg": "string",
"data": {
"beginDate": "2019-08-24T14:15:22.123Z",
"chargePackageId": 0,
"endDate": "2019-08-24T14:15:22.123Z",
"id": 0,
"mobile": "string",
"orderId": "string",
"packageName": "string",
"packageType": 0,
"stationId": "string",
"tenantId": "string",
"useStatus": 0,
"userId": "string",
"effectStatus": 0
},
"stackTraceMsg": "string"
}