curl --location --request GET 'https://api.hiveflow.ai/api/api/hiveflow-database/collections' \
--header 'Authorization: Bearer <token>'
{
"status": "success",
"collections": [
{
"name": "string",
"originalName": "string",
"description": "string",
"createdAt": "2019-08-24T14:15:22Z",
"documentCount": 0
}
]
}