Create a new storage
curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/storages \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"provider": "<string>",
"bucket": "<string>",
"prefix": "<string>",
"credentialsId": "<string>",
"endpoint": "<string>",
"region": "<string>"
}
'curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/storages \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"provider": "<string>",
"bucket": "<string>",
"prefix": "<string>",
"credentialsId": "<string>",
"endpoint": "<string>",
"region": "<string>"
}
'