/api/verifyVerify a receipt's HMAC signaturePass canonical + signature. Server recomputes HMAC-SHA256 and constant-time compares. Returns {valid: boolean}.
curl -X POST https://sovereignmatrix.agency/api/verify \
-H "Content-Type: application/json" \
-d '{
"canonical": "<canonical-projection-string>",
"signature": "v1=<hex>"
}'