curl --request GET \ --url https://hero.page/api/v1/listSpaces \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "dateJoined": "2023-11-07T05:31:56Z" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the space
The date when the space was joined