curl --request POST \
--url https://eu-gcp-api.vg-stuff.com/v3/workspaces/{uid}/usage \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"uiTimeRange": "<any>",
"range": {
"start": 123,
"end": 123
},
"logsPage": 123
}'