{
"topicCode": "pushplus",
"topicName": "推送加",
"contact": "联系方式",
"introduction": "群组简介",
"receiptMessage": "关注后回复",
"appId": "微信公众号Id"
}
curl --location --request POST 'https://www.pushplus.plus/api/open/topic/add' \
--header 'access-key: d7b******62f' \
--header 'Content-Type: application/json' \
--data-raw '{
"topicCode": "pushplus",
"topicName": "推送加",
"contact": "联系方式",
"introduction": "群组简介",
"receiptMessage": "关注后回复",
"appId": "微信公众号Id"
}'
{
"code": 200,
"msg": "执行成功",
"data": 2
}