Authorization: ********************curl --location 'https://api.hiveflow.ai/api/hiveapps' \
--header 'Authorization: Bearer <token>'{
"success": true,
"apps": [
{
"_id": "string",
"name": "MAREA — Restaurante",
"description": "string",
"category": "dashboard",
"status": "draft",
"framework": "react",
"files": {},
"versions": [
{}
],
"deployment": {},
"config": {},
"createdAt": "2019-08-24T14:15:22.123Z"
}
]
}