List all drafts for an app
curl --request GET \
--url https://api.kazzle.app/api/spaces/{spaceId}/drive/drafts/{appId} \
--header 'Authorization: Bearer <token>'{
"drafts": [
"<unknown>"
]
}curl --request GET \
--url https://api.kazzle.app/api/spaces/{spaceId}/drive/drafts/{appId} \
--header 'Authorization: Bearer <token>'{
"drafts": [
"<unknown>"
]
}