curl --location --request POST 'https://api.hiveflow.ai/api/api/hiveflow-database/collections' \
--header 'Content-Type: application/json' \
--data-raw '{
"collectionName": "string",
"description": "string",
"nodeId": "string",
"nodeType": "memory"
}'
{
"status": "success",
"collectionName": "string",
"originalName": "string",
"nodeId": "string",
"nodeType": "string",
"message": "string"
}