api_access_token: ********************curl --location --request POST 'http://localhost:3030/api/v1/accounts//aily/assistants//playground' \
--header 'api_access_token: <api-key>' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"message_content": "string",
"path_id": "string",
"message_history": [
{
"role": "user",
"content": "string"
}
]
}'{
"response": [
{
"content": "string",
"content_type": "string",
"created_at": "string"
}
],
"success": true,
"debug_info": {},
"available_paths": [
{}
]
}