curl --location --request PATCH 'https://api.kabonshare.com/api/studio/?workspaceId=undefined' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"description": "string",
"projectData": {},
"thumbnail": "string",
"resolution": {
"width": 0,
"height": 0
},
"duration": 0,
"status": "draft",
"exportedUrl": "string",
"tags": [
"string"
]
}'{
"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"
}
}