Authorization: Bearer ********************
curl --location '/tasks/public/' \ --header 'Authorization: Bearer <token>'
{ "access": "full", "boardId": 1, "taskId": 42 }