curl --location 'https://api.kabonshare.com/api/studio' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"workspaceId": "string",
"description": "string",
"resolution": {
"width": 1920,
"height": 1080
},
"tags": [
"string"
],
"projectData": {}
}'{
"status": true,
"message": "string",
"data": {
"_id": "string",
"title": "string",
"description": "string",
"status": "draft",
"resolution": {
"width": 0,
"height": 0
},
"duration": 0,
"thumbnail": "string",
"exportedUrl": "string",
"tags": [
"string"
],
"workspaceId": "string",
"userId": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}