curl --location --request POST 'http://localhost:8080/api/v1/auth/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "emai": "string", "password": "string" }'
{}