curl --location '/users/LoginByEmail' \ --header 'Content-Type: application/json' \ --data '{ "email": "string", "password": "string" }'
{}