Upload a file to Drive
curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/drive/upload \
--header 'Authorization: Bearer <token>'{
"containerId": "<string>",
"path": "<string>",
"size": 123,
"contentType": "<string>"
}curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/drive/upload \
--header 'Authorization: Bearer <token>'{
"containerId": "<string>",
"path": "<string>",
"size": 123,
"contentType": "<string>"
}