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