token: ********************
curl --location --request GET '/omni/api/workspaces' \
--header 'token;'
{
"workspaces": [
{
"id": "string",
"name": "string",
"plan": "string",
"status": "string",
"created_at": 0,
"current": true
}
]
}