curl --location --request GET 'https://connect.litehost.io/v1/workspaces' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"data": {
"workspaces": [
{
"id": "string",
"name": "string",
"projectCount": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}
}