{
"appKey":"1001",
"operatorOrgId":"123456",
"operatorOrgType":"",
"operator":"fb",
"crowdCode":"A002",
"businessSystemId":"expressBusiness",
"couponList": [
{
"couponId": "213242617986604424",
"qty": 1
}
]
}
curl --location --request POST '/ypc/vientiane/coupon/grant/crowd' \
--header 'Cookie: JSESSIONID=OWE1NmMzZGYtZTFlNS00NzVjLWJjNjgtYTZhNzc0M2U5YmEw' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey":"1001",
"operatorOrgId":"123456",
"operatorOrgType":"",
"operator":"fb",
"crowdCode":"A002",
"businessSystemId":"expressBusiness",
"couponList": [
{
"couponId": "213242617986604424",
"qty": 1
}
]
}'
{
"success": true,
"code": "string",
"message": "string",
"data": {}
}