Authorization: ********************
curl --location --request POST '/api/auth/login' \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "youremail", "password": "yourpassword" }'
{}