curl --location '/auth/reset-password' \ --header 'X-Captcha-Response;' \ --header 'Content-Type: application/json' \ --data '{ "newPassword": "string", "token": "string" }'
{ "status": true }