cURL
curl --request POST \ --url http://localhost:8080/api/auth/login \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "password": "<string>" } '
Login successful