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