curl --location --request PUT 'http://test-apisix.taolihanyu.net/oper/redemption-code/changeStatus' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}},'\''userType'\'':,'\''campusId'\'':}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'a-version: 4.14.0' \
--header 'a-language: zh' \
--header 'ostype: ios' \
--header 'Content-Type: application/json' \
--data-raw '{
"remark": "string",
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"id": 0,
"businessType": 0,
"country": "string",
"lang": "string",
"mid": 0,
"uid": 0,
"businessId": 0,
"membershipType": "string",
"email": "string",
"code": "string",
"source": 0,
"effectiveTime": "string",
"redemptionTime": "string",
"redemptionStatus": "NO",
"effectiveStatus": "NO",
"status": "NO"
}'