Authorization: ********************curl --location 'https://api.hiveflow.ai/api/hiveskills' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"description": "string",
"content": "string",
"isActive": true,
"scope": {}
}'