{
"appKey": "laboris nulla anim",
"operator": "sint ut",
"operatorOrgId": "34",
"operatorOrgType": "culpa ut consequat et mollit",
"exchangeId": 86723753955141588,
"amount": 1
}
curl --location --request POST '/ypc/vientiane/exchange/generateCode/reduce' \
--header 'Cookie: JSESSIONID=MTRhOWFlNjYtZjhkOS00MjYwLWJlZWMtYTM5NmZhZjkwNmVh' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "laboris nulla anim",
"operator": "sint ut",
"operatorOrgId": "34",
"operatorOrgType": "culpa ut consequat et mollit",
"exchangeId": 86723753955141588,
"amount": 1
}'
{
"success": true,
"code": "200",
"message": "扣减兑换码成功",
"data": {
"amount": 1
}
}