curl --location '/auth/passReset' \ --header 'Chtn-Auth-Identity-Token;' \ --header 'Content-Type: application/json' \ --data '{ "newPassword": "string" }'
{ "success": true }