curl --location --request POST '/v1/auth/login' \ --form 'email=""' \ --form 'password=""' \ --form 'captcha_token=""'
{ "token": "string" }