curl --location --request GET 'https://api.mediashare.com/api/workspaces' \
--header 'X-API-Key: <api-key>'[
{
"_id": "string",
"name": "string",
"description": "string",
"user": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"isActive": true
}
]