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