curl --location --request PATCH 'https://connect.litehost.io/v1/workspaces/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string"
}'{
"status": "success",
"data": {
"id": "string",
"name": "string",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}