curl --location --request POST 'http://dev-cn.your-api-server.com/v2/business/content/chatsonic?engine=premium&language=en' \
--header 'content-type: application/json' \
--data-raw '{
"enable_google_results": "true",
"enable_memory": false
}'
[
{
"message": "string",
"image_urls": [
"string"
]
}
]