{
  "@context": "https://schema.org",
  "@type": "WebAPI",
  "@id": "https://xn--82czbx2bczd4fl8a.online/agent-rfq/submit-api.json#api",
  "name": "RFQ Submit API",
  "dateModified": "2026-06-02T05:52:48.898Z",
  "endpoint": "https://xn--82czbx2bczd4fl8a.online/agent-rfq/submit",
  "method": "POST",
  "contentType": "application/json",
  "authentication": "Bearer token (agent-auth)",
  "rateLimit": "60 req/min/agent",
  "request": {
    "$ref": "https://xn--82czbx2bczd4fl8a.online/agent-rfq/schema.json#/request"
  },
  "response": {
    "$ref": "https://xn--82czbx2bczd4fl8a.online/agent-rfq/schema.json#/response"
  }
}