{
  "status": "OK",
  "worker": "email-forwarding-system",
  "timestamp": "2026-04-06T02:27:28.157Z",
  "url_format": "/store/{storeNumber}/{marketplace}",
  "allowed_marketplaces": [
    "igvault",
    "gameboost",
    "g2g",
    "playerauctions",
    "u7buy",
    "igitems",
    "eldorado",
    "ggchest",
    "generic"
  ],
  "example_endpoints": {
    "store_1_gameboost": "https://webhooks.customer.men/store/1/gameboost",
    "store_1_g2g": "https://webhooks.customer.men/store/1/g2g",
    "store_2_gameboost": "https://webhooks.customer.men/store/2/gameboost",
    "generic": "https://webhooks.customer.men/store/1/generic"
  },
  "docs": {
    "note": "Use POST method with JSON body",
    "signature_header": "signature (HMAC SHA-256 for GameBoost)",
    "bot_protection": "Crawlers/bots are blocked"
  }
}