{
"group_id": 0,
"bot_id": 0,
"enable": 0
}
curl --location --request POST '/set_group_bot_status' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0,
"bot_id": 0,
"enable": 0
}'
{
"status": "ok",
"retcode": 0,
"data": 0
}