{
"userId": 0,
"cids": [
0
]
}
curl --location --request POST '/mlCoupons/api/addCouponsUserBatch' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"cids": [
0
]
}'
{
"code": 0,
"msg": "string",
"data": "string"
}