Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
为 API 端点记录多种响应变体。
examples
responses: "200": description: 成功响应 content: application/json: schema: $ref: "#/components/schemas/YourResponseSchema" examples: us: summary: 美国的响应 value: countryCode: "US" currencyCode: "USD" taxRate: 0.0825 gb: summary: 英国的响应 value: countryCode: "GB" currencyCode: "GBP" taxRate: 0.20