{
"group_id": 0,
"chat_type": 0
}
curl --location --request POST '/get_ai_characters' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0,
"chat_type": 0
}'
{
"status": "ok",
"retcode": 0,
"data": [
{
"type": "string",
"characters": [
{
"character_id": "string",
"character_name": "string",
"preview_url": "string"
}
]
}
],
"message": "string",
"wording": "string",
"echo": "string"
}