I'm am unable to validate my marketplace account deletion endpoint. My
endpoint is using the following code.$hash = hash_init('sha256');
hash_update($hash, $challengeCode); hash_update($hash,
$verificationToken); hash_update($hash, $endpoint); $respo...