curl --location '/auth/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "elgafarma@gmail.com", "password": "elga123" }'
{ "message": "Login successful" }