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