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