curl --location 'https://api.kabonshare.com/api/studio?workspaceId=undefined&page=undefined&limit=undefined&status=undefined&search=undefined'{
"status": true,
"message": "string",
"data": {
"projects": [
{
"_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"
}
],
"pagination": {
"total": 0,
"page": 0,
"limit": 0,
"pages": 0
}
}
}