Login to the service and retrieve a session token for authentication.
curl --request POST \ --url http://localhost:8080/auth/login \ --header 'Content-Type: application/json' \ --data '{ "username": "<string>", "password": "<string>" }'
This response does not have an example.
Request body for logging in.
3 - 48
5 - 128
Success