{
"oaNum": "string",
"letterId": "string",
"agentId": "string",
"batchNo": "string",
"expireDays": 0,
"channelType": "string",
"sendParamId": "string",
"maxCouponsPerUser": "string"
}
curl --location --request POST '/xkyl/web/activity/initPoolBatch' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"oaNum": "string",
"letterId": "string",
"agentId": "string",
"batchNo": "string",
"expireDays": 0,
"channelType": "string",
"sendParamId": "string",
"maxCouponsPerUser": "string"
}'
{
"msg": "string",
"code": 0,
"data": {
"remainNum": "string"
},
"time": 0
}