Authorization: ********************curl --location 'https://api.hiveflow.ai/api/hivesmart//chat' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"message": "Crea un flow de soporte que registre cada conversación en un Kanban",
"files": [
{}
]
}'