{ "email": "testuser2@example.com", "password": "1234567890" }
curl --location '/api/auth/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "testuser2@example.com", "password": "1234567890" }'
{}