{
"appKey": "string",
"data": {
"fromUserId": 0,
"couponInstanceCode": "string",
"toUserId": "string"
},
"operator": "string",
"operatorOrgId": "string",
"operatorOrgType": "string"
}
curl --location --request POST '/promotioncenter/coupon/transfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "string",
"data": {
"fromUserId": 0,
"couponInstanceCode": "string",
"toUserId": "string"
},
"operator": "string",
"operatorOrgId": "string",
"operatorOrgType": "string"
}'
{
"code": "200",
"message": null,
"data": null,
"success": true
}