Authorization: ********************curl --location 'https://api.hiveflow.ai/api/hivesmart' \
--header 'Authorization: Bearer <token>'{
"success": true,
"conversations": [
{
"_id": "string",
"title": "string",
"messages": [
{
"role": "user",
"content": "string"
}
],
"createdAt": "2019-08-24T14:15:22.123Z"
}
]
}