{
"operator": "string",
"appKey": "string",
"data": {
"userId": "string",
"activityId": "string"
}
}
curl --location --request POST '/promotioncenter/activity/countDrawNumber' \
--header 'Content-Type: application/json' \
--data-raw '{
"operator": "string",
"appKey": "string",
"data": {
"userId": "string",
"activityId": "string"
}
}'
{
"code": "string",
"message": null,
"data": 0,
"success": true
}