curl --location 'https://platform.shopranos.eu/api/Accounts/login/customer' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com", "password": "string" }'
{}