Deploy app to production
curl --request POST \
--url https://api.kazzle.app/api/apps/{driveItemId}/deploy \
--header 'Authorization: Bearer <token>'{
"ok": true,
"url": "<string>",
"appFlyName": "<string>",
"error": "<string>",
"details": "<unknown>"
}curl --request POST \
--url https://api.kazzle.app/api/apps/{driveItemId}/deploy \
--header 'Authorization: Bearer <token>'{
"ok": true,
"url": "<string>",
"appFlyName": "<string>",
"error": "<string>",
"details": "<unknown>"
}