Initialize a skill folder in managed storage
curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/skills/{id}/init \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{
"ok": true,
"containerId": "<string>",
"filePath": "<string>"
}curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/skills/{id}/init \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{
"ok": true,
"containerId": "<string>",
"filePath": "<string>"
}