Authorization: ********************curl --location --request PUT 'https://api.hiveflow.ai/api/hiveskills/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"_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"
}'