cURL
curl --request POST \ --url https://hero.page/api/v1/updateList/{spaceId}/{listId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "color": "<string>" }'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the space
The ID of the list
OK