entities
Authorization: Bearer ********************
curl --location --request GET 'https://api.enectiva.cz//entities/' \ --header 'Accept: application/vnd.api+json' \ --header 'Authorization: Bearer <token>'
{ "data": { "attributes": { "name": "HQ", "parent_id": 123 }, "id": "293", "type": "entities" } }