{
"appKey": "123",
"data": {
"businessSystemId": "99999",
"couponInstanceCode": "300013",
"fromUserId": "98092710",
"couponTransferFormCode": "",
"vipLevel": "98092368",
"toUserId":"1231566"
},
"operator": "98092368",
"operatorOrgId": "",
"operatorOrgType": ""
}
curl --location --request POST '/promotioncenter/coupon/receive' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "123",
"data": {
"businessSystemId": "99999",
"couponInstanceCode": "300013",
"fromUserId": "98092710",
"couponTransferFormCode": "",
"vipLevel": "98092368",
"toUserId":"1231566"
},
"operator": "98092368",
"operatorOrgId": "",
"operatorOrgType": ""
}'
{
"code": "200",
"message": null,
"data": null,
"success": true
}