Create a new database for this space
curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/databases \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{
"id": "<string>",
"name": "<string>",
"neonProjectId": "<string>"
}curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/databases \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{
"id": "<string>",
"name": "<string>",
"neonProjectId": "<string>"
}