/V2/auth/resetpassword
Content Type
application/json
{"token":"<token>","password":"<password>"}
curl -L \ --request POST \ --url 'https://beta.magento.pixiedia.com/V2/auth/resetpassword' \ --header 'Content-Type: application/json' \ --data '{ "token": "<token>", "password": "<password>" }'
No body