Create a new space
curl --request POST \
--url https://api.kazzle.app/api/spaces \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"userId": "<string>",
"identifier": "<string>",
"migrateOrphans": true
}
'{
"id": "<string>",
"identifier": "<string>"
}curl --request POST \
--url https://api.kazzle.app/api/spaces \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"userId": "<string>",
"identifier": "<string>",
"migrateOrphans": true
}
'{
"id": "<string>",
"identifier": "<string>"
}