curl --location --request POST 'http://localhost:8080/api/v1/user/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "newuser@email.com", "password": "password" }'
{}