{
"character": "string",
"group_id": 0,
"text": "string",
"chat_type": 1
}
curl --location --request POST '/send_group_ai_record' \
--header 'Content-Type: application/json' \
--data-raw '{
"character": "string",
"group_id": 0,
"text": "string",
"chat_type": 1
}'
{
"status": "ok",
"retcode": 0,
"data": {
"message_id": 0
}
}