Authorization: ********************curl --location 'https://api.hiveflow.ai/api/hiveskills' \
--header 'Authorization: Bearer <token>'{
"success": true,
"skills": [
{
"_id": "string",
"name": "Lineamientos de la empresa",
"description": "string",
"content": "string",
"isActive": true,
"estimatedTokens": 0,
"source": "editor",
"scope": {
"type": "all",
"flows": [
"string"
],
"genius": true,
"hiveapps": true,
"flowGenerator": true
},
"createdAt": "2019-08-24T14:15:22.123Z"
}
]
}