Change email / verify

Sample Request & Response

curl --location 'https://headless.treez.io/v2.0/dispensary/partnersandbox2/ecommerce/customer/verifyemail' \
--header 'client_id: 1234EXAMPLECLIENTID567890' \
--header 'client_secret: 1234EXAMPLECLIENTSECRET567890' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJzY290dC50aGFjaGVyK2Vjb21tMTVAdHJlZXouaW8iLCJjcmVhdGVkIjoxNjkwNDg5OTcwNTgwLCJrdXAiOjMzNzY0LCJleHAiOjE2OTA0OTA1NzAsInN1cCI6MTEwMH0.br7-_HTMHhHhaAcqc_P1NSNRqmdw4wQiEXtB2kMaoLv7mx7KhWHeylPZUvzeSOw7FCmcRx5WVeNRt1wmoiHtPA' \
--data-raw '{
    "email": "[email protected]"
}'
{
    "resultCode": "SUCCESS",
    "resultReason": null
}