Authorization: Bearer ********************
curl --location --request GET 'https://client-backend-quantum-project.test/cbre-client/api/todo-list/' \ --header 'Authorization: Bearer <token>'
{ "message": "Unauthenticated." }