Forgot password / save new

Sample Request & Response

curl --location 'https://headless.treez.io/v2.0/dispensary/partnersandbox2/ecommerce/login/newpassword' \
--header 'client_id: 1234EXAMPLECLIENTID567890' \
--header 'client_secret: 1234EXAMPLECLIENTSECRET567890' \
--header 'Content-Type: application/json' \
--data '{
    "retrieveToken": "k3WMRZ8wYMSbwwkG",
    "password": "w33dpa$$wd"
}'
{
    "resultCode": "SUCCESS",
    "resultReason": null
}