http://delicious-hanni-danilobml-c0cd7d80.koyeb.app
https://www.delicious-hanni-danilobml-c0cd7d80.koyeb.app/swagger-ui/index.html
-Do a POST request to http://delicious-hanni-danilobml-c0cd7d80.koyeb.app/users/login, with a request body in JSON format consisting in:
{ "username": "test-user", "password": "test-pass" }
-From the Response, copy the "Authorization" header value ("Bearer ..."); -On each request to the API, add a header "Authorization" and paste it as value.