{
  "message": "Optional consent-based feedback for bots that bought or considered buying.",
  "consentRequired": true,
  "endpoint": {
    "method": "POST",
    "path": "/feedback"
  },
  "bodySchema": {
    "consent": true,
    "formSecret": "required on public internet: same value as server PUBLIC_FORM_SECRET (or header x-aizamon-form-secret)",
    "feedbackType": "non_buyer | buyer | prospect",
    "feedback": "optional up to 240 chars",
    "rating": "optional integer 1..5",
    "buyerId": "optional stable bot id",
    "sku": "optional sku",
    "reasonCode": "optional short code (price_too_high, missing_feature, etc.)",
    "wouldReconsider": "optional boolean"
  },
  "note": "If consent is false or missing, feedback is rejected. Public deployments require PUBLIC_FORM_SECRET."
}