{
"page": 0,
"per_page": 0
}
curl --location --request POST 'https://chat.jijyun.cn/v1/api/ai/aibot/blacklist_group?apiKey=' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"per_page": 0
}'
{
"code": 0,
"data": [
{
"key": "string",
"label": "string"
}
],
"extra": {
"flag": "string",
"isEnd": true,
"page": "string"
},
"msg": "string"
}