	{
    "name": "ManyChat",
    "description": "Facebook messenger chatbot and marketing",
    "url": "https:\/\/manychat.com.hk",
    "home": "https:\/\/manychat.com.hk\/zh_cn\/",
    "gmt_offset": 8,
    "timezone_string": "Asia\/Hong_Kong",
    "page_for_posts": 0,
    "page_on_front": 2,
    "show_on_front": "page",
    "namespaces": [
        "oembed\/1.0",
        "betterdocs\/v1",
        "bunnycdn\/v2",
        "disqus\/v1",
        "essential-blocks\/v1",
        "flowmattic\/v1",
        "fluentform\/v1",
        "storychief",
        "string-locator\/v1",
        "surecart\/v1",
        "templately\/v1",
        "ultp",
        "ultp\/v1",
        "ultp\/v2",
        "ultp\/v3",
        "affwp\/v2\/portal",
        "fluent-crm\/v2",
        "fluent-support\/v2",
        "SmartVideo\/v1",
        "sure-triggers\/v1",
        "seopress\/v1",
        "webhook",
        "flowmattic\/hitl",
        "google-site-kit\/v1",
        "betterdocs",
        "betterdocs-pro\/v1",
        "divi\/v1",
        "affwp\/v1",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1"
    ],
    "authentication": {
        "application-passwords": {
            "endpoints": {
                "authorization": "https:\/\/manychat.com.hk\/wp-admin\/authorize-application.php"
            }
        }
    },
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/"
                    }
                ]
            }
        },
        "\/batch\/v1": {
            "namespace": "",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "validation": {
                            "type": "string",
                            "enum": [
                                "require-all-validate",
                                "normal"
                            ],
                            "default": "normal",
                            "required": false
                        },
                        "requests": {
                            "type": "array",
                            "maxItems": 25,
                            "items": {
                                "type": "object",
                                "properties": {
                                    "method": {
                                        "type": "string",
                                        "enum": [
                                            "POST",
                                            "PUT",
                                            "PATCH",
                                            "DELETE"
                                        ],
                                        "default": "POST"
                                    },
                                    "path": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "body": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": true
                                    },
                                    "headers": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": {
                                            "type": [
                                                "string",
                                                "array"
                                            ],
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/batch\/v1"
                    }
                ]
            }
        },
        "\/oembed\/1.0": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "oembed\/1.0",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "\u9700\u8981\u83b7\u53d6 oEmbed \u6570\u636e\u7684\u94fe\u63a5\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "\u9700\u8981\u83b7\u53d6 oEmbed \u6570\u636e\u7684\u94fe\u63a5\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "\u4f7f\u7528\u7684 oEmbed \u683c\u5f0f\u3002",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "\u5d4c\u5165\u7684\u5143\u7d20\u7684\u6700\u5927\u5bbd\u5ea6\uff08\u50cf\u7d20\uff09\u3002",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "\u5d4c\u5165\u7684\u5143\u7d20\u7684\u6700\u5927\u9ad8\u5ea6\uff08\u50cf\u7d20\uff09\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "\u5bf9\u672a\u7ecf\u6279\u51c6\u7684\u63d0\u4f9b\u8005\u662f\u5426\u8fdb\u884c oEmbed \u53d1\u73b0\u8bf7\u6c42\u3002",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/betterdocs\/v1": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "betterdocs\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/doc-categories": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "password": {
                            "description": "The password for password-protected docs.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/doc-categories"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/doc-categories-kb": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/doc-categories-kb"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/search": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "password": {
                            "description": "The password for password-protected docs.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/search"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/search-insert": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/search-insert"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/get-terms": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/get-terms"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/months-with-posts": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/months-with-posts"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/order_docs": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "password": {
                            "description": "The password for password-protected docs.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/order_docs"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/docs-faq-count": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/docs-faq-count"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/faq-terms-by-keyword-search": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "password": {
                            "description": "The password for password-protected FAQs.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/faq-terms-by-keyword-search"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/faq-accordion-toggle": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/faq-accordion-toggle"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/feedback\/(?P<id>\\d+)": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "feelings": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/betterdocs\/v1\/settings": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/settings"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/dark-mode": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/dark-mode"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/plugin_insights": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/plugin_insights"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/create-sample-docs": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/create-sample-docs"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/reporting-test": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/reporting-test"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/export-docs": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/export-docs"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/export-settings": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/export-settings"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/import-docs": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/import-docs"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/import-settings": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/import-settings"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/parse-xml": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/parse-xml"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/parse-csv": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/parse-csv"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/migrate": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/migrate"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/helpscout-migration": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/helpscout-migration"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/dashboard-mode": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/dashboard-mode"
                    }
                ]
            }
        },
        "\/bunnycdn\/v2": {
            "namespace": "bunnycdn\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "bunnycdn\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/bunnycdn\/v2"
                    }
                ]
            }
        },
        "\/disqus\/v1": {
            "namespace": "disqus\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "disqus\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/disqus\/v1"
                    }
                ]
            }
        },
        "\/disqus\/v1\/sync\/webhook": {
            "namespace": "disqus\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/disqus\/v1\/sync\/webhook"
                    }
                ]
            }
        },
        "\/disqus\/v1\/sync\/comment": {
            "namespace": "disqus\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/disqus\/v1\/sync\/comment"
                    }
                ]
            }
        },
        "\/disqus\/v1\/settings": {
            "namespace": "disqus\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/disqus\/v1\/settings"
                    }
                ]
            }
        },
        "\/disqus\/v1\/sync\/status": {
            "namespace": "disqus\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/disqus\/v1\/sync\/status"
                    }
                ]
            }
        },
        "\/disqus\/v1\/sync\/enable": {
            "namespace": "disqus\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/disqus\/v1\/sync\/enable"
                    }
                ]
            }
        },
        "\/disqus\/v1\/sync\/disable": {
            "namespace": "disqus\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/disqus\/v1\/sync\/disable"
                    }
                ]
            }
        },
        "\/disqus\/v1\/export\/post": {
            "namespace": "disqus\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/disqus\/v1\/export\/post"
                    }
                ]
            }
        },
        "\/essential-blocks\/v1": {
            "namespace": "essential-blocks\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "essential-blocks\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/essential-blocks\/v1"
                    }
                ]
            }
        },
        "\/essential-blocks\/v1\/products": {
            "namespace": "essential-blocks\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "order_by": {
                            "required": false
                        },
                        "order": {
                            "required": false
                        },
                        "per_page": {
                            "required": false
                        },
                        "offset": {
                            "required": false
                        },
                        "categories": {
                            "required": false
                        },
                        "tags": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/essential-blocks\/v1\/products"
                    }
                ]
            }
        },
        "\/essential-blocks\/v1\/queries": {
            "namespace": "essential-blocks\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/essential-blocks\/v1\/queries"
                    }
                ]
            }
        },
        "\/essential-blocks\/v1\/roles": {
            "namespace": "essential-blocks\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/essential-blocks\/v1\/roles"
                    }
                ]
            }
        },
        "\/flowmattic\/v1": {
            "namespace": "flowmattic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "flowmattic\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/flowmattic\/v1"
                    }
                ]
            }
        },
        "\/flowmattic\/v1\/mcp-server\/(?P<server_id>[a-zA-Z0-9_-]+)": {
            "namespace": "flowmattic\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE",
                "OPTIONS"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "OPTIONS"
                    ],
                    "args": []
                }
            ]
        },
        "\/flowmattic\/v1\/mcp-server\/(?P<server_id>[a-zA-Z0-9_-]+)\/sse": {
            "namespace": "flowmattic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/flowmattic\/v1\/mcp-server\/(?P<server_id>[a-zA-Z0-9_-]+)\/message": {
            "namespace": "flowmattic\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/flowmattic\/v1\/mcp-server\/(?P<server_id>[a-zA-Z0-9_-]+)\/wellknown\/oauth-protected-resource": {
            "namespace": "flowmattic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/flowmattic\/v1\/wellknown\/oauth-authorization-server": {
            "namespace": "flowmattic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/flowmattic\/v1\/wellknown\/oauth-authorization-server"
                    }
                ]
            }
        },
        "\/flowmattic\/v1\/mcp-oauth\/authorize": {
            "namespace": "flowmattic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/flowmattic\/v1\/mcp-oauth\/authorize"
                    }
                ]
            }
        },
        "\/flowmattic\/v1\/mcp-oauth\/token": {
            "namespace": "flowmattic\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/flowmattic\/v1\/mcp-oauth\/token"
                    }
                ]
            }
        },
        "\/flowmattic\/v1\/mcp-oauth\/approve": {
            "namespace": "flowmattic\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/flowmattic\/v1\/mcp-oauth\/approve"
                    }
                ]
            }
        },
        "\/flowmattic\/v1\/mcp-oauth\/register": {
            "namespace": "flowmattic\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/flowmattic\/v1\/mcp-oauth\/register"
                    }
                ]
            }
        },
        "\/fluentform\/v1": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "fluentform\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/forms": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/forms"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/forms\/templates": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/forms\/templates"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/forms\/ping": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/forms\/ping"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/duplicate": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/convert": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/resources": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/pages": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/fields": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/shortcodes": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/findShortCodePage": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/editHistory": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/forms\/(?P<form_id>[^\\s(?!\/)]+)\/clearHistory": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/general": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/customizer": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/entry-columns": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/conversational-design": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/store-conversational-design": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/preset": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/settings\/(?P<form_id>[^\\s(?!\/)]+)\/save-preset": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/submissions"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/submissions\/resources": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/submissions\/resources"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/submissions\/bulk-actions": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/submissions\/bulk-actions"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/submissions\/print": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/submissions\/print"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/submissions\/all": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/submissions\/all"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)": {
            "namespace": "fluentform\/v1",
            "methods": [
                "DELETE",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)\/status": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)\/is-favorite": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)\/logs": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)\/notes": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)\/submission-users": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/submissions\/(?P<entry_id>[^\\s(?!\/)]+)\/update-submission-user": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "entry_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/logs": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/logs"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/logs\/filters": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/logs\/filters"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/integrations": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/integrations"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/integrations\/update-status": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/integrations\/update-status"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/integrations\/(?P<form_id>[^\\s(?!\/)]+)\/form-integrations": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/integrations\/(?P<form_id>[^\\s(?!\/)]+)": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/integrations\/(?P<form_id>[^\\s(?!\/)]+)\/integration-list-id": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/global-settings": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/global-settings"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/roles": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/roles"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/managers": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/managers"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/managers\/users": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/managers\/users"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/analytics\/(?P<form_id>[^\\s(?!\/)]+)\/reset": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/form-submit": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/form-submit"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/overview-chart": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/report\/overview-chart"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/revenue-chart": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/report\/revenue-chart"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/completion-rate": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/report\/completion-rate"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/form-stats": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/report\/form-stats"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/heatmap-data": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/report\/heatmap-data"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/country-heatmap": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/report\/country-heatmap"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/api-logs": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/report\/api-logs"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/top-performing-forms": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/report\/top-performing-forms"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/subscriptions": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/report\/subscriptions"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/payment-types": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/report\/payment-types"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/select-forms": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/report\/select-forms"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/net-revenue": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/report\/net-revenue"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/submissions-analysis": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/report\/submissions-analysis"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/submissions": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/report\/submissions"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/report\/forms\/(?P<form_id>[^\\s(?!\/)]+)": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        },
                        "form_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluentform\/v1\/notice": {
            "namespace": "fluentform\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/notice"
                    }
                ]
            }
        },
        "\/fluentform\/v1\/global-search": {
            "namespace": "fluentform\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "__meta__": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluentform\/v1\/global-search"
                    }
                ]
            }
        },
        "\/storychief": {
            "namespace": "storychief",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "storychief",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/storychief"
                    }
                ]
            }
        },
        "\/storychief\/webhook": {
            "namespace": "storychief",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/storychief\/webhook"
                    }
                ]
            }
        },
        "\/string-locator\/v1": {
            "namespace": "string-locator\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "string-locator\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/string-locator\/v1"
                    }
                ]
            }
        },
        "\/string-locator\/v1\/replace": {
            "namespace": "string-locator\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/string-locator\/v1\/replace"
                    }
                ]
            }
        },
        "\/string-locator\/v1\/save": {
            "namespace": "string-locator\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/string-locator\/v1\/save"
                    }
                ]
            }
        },
        "\/string-locator\/v1\/clean": {
            "namespace": "string-locator\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/string-locator\/v1\/clean"
                    }
                ]
            }
        },
        "\/string-locator\/v1\/search": {
            "namespace": "string-locator\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/string-locator\/v1\/search"
                    }
                ]
            }
        },
        "\/string-locator\/v1\/get-directory-structure": {
            "namespace": "string-locator\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/string-locator\/v1\/get-directory-structure"
                    }
                ]
            }
        },
        "\/surecart\/v1": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "surecart\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1"
                    }
                ]
            }
        },
        "\/surecart\/v1\/site-health\/api-connectivity": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/site-health\/api-connectivity"
                    }
                ]
            }
        },
        "\/surecart\/v1\/site-health\/webhooks": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/site-health\/webhooks"
                    }
                ]
            }
        },
        "\/surecart\/v1\/abandoned_checkouts": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/abandoned_checkouts"
                    }
                ]
            }
        },
        "\/surecart\/v1\/abandoned_checkouts\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/abandoned_checkout_protocol": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/abandoned_checkout_protocol"
                    }
                ]
            }
        },
        "\/surecart\/v1\/form-patterns": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/form-patterns"
                    }
                ]
            }
        },
        "\/surecart\/v1\/account": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/account"
                    }
                ]
            }
        },
        "\/surecart\/v1\/brand": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/brand"
                    }
                ]
            }
        },
        "\/surecart\/v1\/brand\/purge_logo": {
            "namespace": "surecart\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/brand\/purge_logo"
                    }
                ]
            }
        },
        "\/surecart\/v1\/bumps": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/bumps"
                    }
                ]
            }
        },
        "\/surecart\/v1\/bumps\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/upsell_funnels": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/upsell_funnels"
                    }
                ]
            }
        },
        "\/surecart\/v1\/upsell_funnels\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/upsells": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/upsells"
                    }
                ]
            }
        },
        "\/surecart\/v1\/upsells\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/fulfillments": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/fulfillments"
                    }
                ]
            }
        },
        "\/surecart\/v1\/fulfillments\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/login": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/login"
                    }
                ]
            }
        },
        "\/surecart\/v1\/purchases\/(?P<id>\\S+)\/revoke": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/purchases\/(?P<id>\\S+)\/invoke": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/purchases": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/purchases"
                    }
                ]
            }
        },
        "\/surecart\/v1\/purchases\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/stats\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/integrations\/(?P<id>\\d+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/integrations": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "model_ids": {
                            "description": "The SureCart model id.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "integration_ids": {
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/integrations"
                    }
                ]
            }
        },
        "\/surecart\/v1\/incoming_webhooks\/(?P<id>\\d+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/incoming_webhooks\/(?P<id>\\d+)\/retry": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/incoming_webhooks": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "webhook_ids": {
                            "description": "The SureCart model id.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "processed": {
                            "type": "boolean",
                            "required": false
                        },
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/incoming_webhooks"
                    }
                ]
            }
        },
        "\/surecart\/v1\/webhook_endpoint\/resync": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/webhook_endpoint\/resync"
                    }
                ]
            }
        },
        "\/surecart\/v1\/webhook_endpoint": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/webhook_endpoint"
                    }
                ]
            }
        },
        "\/surecart\/v1\/integration_catalog": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/integration_catalog"
                    }
                ]
            }
        },
        "\/surecart\/v1\/integration_catalog\/(?P<id>\\d+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/cancellation_acts": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/cancellation_acts"
                    }
                ]
            }
        },
        "\/surecart\/v1\/cancellation_acts\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/cancellation_reasons": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/cancellation_reasons"
                    }
                ]
            }
        },
        "\/surecart\/v1\/cancellation_reasons\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/customers\/(?P<id>\\S+)\/connect\/(?P<user_id>\\S+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/customers\/sync": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/customers\/sync"
                    }
                ]
            }
        },
        "\/surecart\/v1\/customers\/(?P<id>\\S+)\/expose\/(?P<media_id>\\S+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/customers": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/customers"
                    }
                ]
            }
        },
        "\/surecart\/v1\/customers\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/payment_methods\/(?P<id>\\S+)\/detach": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/payment_methods": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/payment_methods"
                    }
                ]
            }
        },
        "\/surecart\/v1\/payment_methods\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/processors\/(?P<id>\\S+)\/payment_method_types": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/processors": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/processors"
                    }
                ]
            }
        },
        "\/surecart\/v1\/processors\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/display_currencies": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/display_currencies"
                    }
                ]
            }
        },
        "\/surecart\/v1\/display_currencies\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/manual_payment_methods": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/manual_payment_methods"
                    }
                ]
            }
        },
        "\/surecart\/v1\/manual_payment_methods\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/payment_intents\/(?P<id>\\S+)\/capture": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/payment_intents": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/payment_intents"
                    }
                ]
            }
        },
        "\/surecart\/v1\/payment_intents\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/products\/(?P<id>\\S+)\/sync": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/products\/sync_all": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/products\/sync_all"
                    }
                ]
            }
        },
        "\/surecart\/v1\/products\/(?P<id>\\S+)\/duplicate": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/products": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "archived": {
                            "description": "Whether to get archived products or not.",
                            "type": "boolean",
                            "required": false
                        },
                        "recurring": {
                            "description": "Only return products that are recurring or not recurring (one time).",
                            "type": "boolean",
                            "required": false
                        },
                        "query": {
                            "description": "The query to be used for full text search of this collection.",
                            "type": "string",
                            "required": false
                        },
                        "ids": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_group_ids": {
                            "description": "Only return objects that belong to the given product groups.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_collection_ids": {
                            "description": "Only return objects that belong to the given product collections.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/products"
                    }
                ]
            }
        },
        "\/surecart\/v1\/products\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/product_groups": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/product_groups"
                    }
                ]
            }
        },
        "\/surecart\/v1\/product_groups\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/product_collections": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/product_collections"
                    }
                ]
            }
        },
        "\/surecart\/v1\/product_collections\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/prices\/(?P<id>\\S+)\/duplicate": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/prices": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "archived": {
                            "description": "Whether to get archived products or not.",
                            "type": "boolean",
                            "required": false
                        },
                        "ad_hoc": {
                            "description": "Only return prices that allow ad hoc amounts or not.",
                            "type": "boolean",
                            "required": false
                        },
                        "query": {
                            "description": "The query to be used for full text search of this collection.",
                            "type": "string",
                            "required": false
                        },
                        "ids": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_ids": {
                            "description": "Only return objects that belong to the given products.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/prices"
                    }
                ]
            }
        },
        "\/surecart\/v1\/prices\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/coupons": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/coupons"
                    }
                ]
            }
        },
        "\/surecart\/v1\/coupons\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/promotions": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/promotions"
                    }
                ]
            }
        },
        "\/surecart\/v1\/promotions\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/uploads": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/uploads"
                    }
                ]
            }
        },
        "\/surecart\/v1\/balance_transactions": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/balance_transactions"
                    }
                ]
            }
        },
        "\/surecart\/v1\/balance_transactions\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/charges\/(?P<id>\\S+)\/refund": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/charges": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/charges"
                    }
                ]
            }
        },
        "\/surecart\/v1\/charges\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/refunds": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/refunds"
                    }
                ]
            }
        },
        "\/surecart\/v1\/refunds\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/disputes": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/disputes"
                    }
                ]
            }
        },
        "\/surecart\/v1\/disputes\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/downloads": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/downloads"
                    }
                ]
            }
        },
        "\/surecart\/v1\/downloads\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/licenses": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/licenses"
                    }
                ]
            }
        },
        "\/surecart\/v1\/licenses\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/line_items\/upsell": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/line_items\/upsell"
                    }
                ]
            }
        },
        "\/surecart\/v1\/line_items\/(?P<id>\\S+)\/swap": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/line_items\/(?P<id>\\S+)\/unswap": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/line_items": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/line_items"
                    }
                ]
            }
        },
        "\/surecart\/v1\/line_items\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/activations": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        },
                        "ids": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "license_ids": {
                            "description": "Ensure result set excludes specific license IDs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/activations"
                    }
                ]
            }
        },
        "\/surecart\/v1\/activations\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/affiliation_protocol": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/affiliation_protocol"
                    }
                ]
            }
        },
        "\/surecart\/v1\/affiliation_protocol\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/medias": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/medias"
                    }
                ]
            }
        },
        "\/surecart\/v1\/medias\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/subscriptions\/(?P<id>\\S+)\/cancel": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/subscriptions\/(?P<id>\\S+)\/complete": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/subscriptions\/(?P<id>\\S+)\/restore": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/subscriptions\/(?P<id>\\S+)\/renew": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/subscriptions\/(?P<id>\\S+)\/preserve": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/subscriptions\/(?P<id>\\S+)\/upcoming_period": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/subscriptions\/(?P<id>\\S+)\/pay_off": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/subscriptions": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/subscriptions"
                    }
                ]
            }
        },
        "\/surecart\/v1\/subscriptions\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/subscription_protocol": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/subscription_protocol"
                    }
                ]
            }
        },
        "\/surecart\/v1\/periods\/(?P<id>\\S+)\/retry_payment": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/periods": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/periods"
                    }
                ]
            }
        },
        "\/surecart\/v1\/periods\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/settings": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/settings"
                    }
                ]
            }
        },
        "\/surecart\/v1\/customer_portal_protocol": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/customer_portal_protocol"
                    }
                ]
            }
        },
        "\/surecart\/v1\/tax_protocol": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/tax_protocol"
                    }
                ]
            }
        },
        "\/surecart\/v1\/order_protocol": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/order_protocol"
                    }
                ]
            }
        },
        "\/surecart\/v1\/tax_registrations": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/tax_registrations"
                    }
                ]
            }
        },
        "\/surecart\/v1\/tax_registrations\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/tax_zones": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/tax_zones"
                    }
                ]
            }
        },
        "\/surecart\/v1\/tax_zones\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/tax_overrides": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/tax_overrides"
                    }
                ]
            }
        },
        "\/surecart\/v1\/tax_overrides\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/customer_notification_protocol": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/customer_notification_protocol"
                    }
                ]
            }
        },
        "\/surecart\/v1\/orders\/(?P<id>\\S+)\/resend_notification": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/orders": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/orders"
                    }
                ]
            }
        },
        "\/surecart\/v1\/orders\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/checkouts\/(?P<id>\\S+)\/finalize": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/checkouts\/(?P<id>\\S+)\/confirm": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/checkouts\/(?P<id>\\S+)\/manually_pay": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/checkouts\/(?P<id>\\S+)\/cancel": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/checkouts\/(?P<id>\\S+)\/offer_bump\/(?P<bump_id>\\S+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/checkouts\/(?P<id>\\S+)\/offer_upsell\/(?P<upsell_id>\\S+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/checkouts\/(?P<id>\\S+)\/decline_upsell\/(?P<upsell_id>\\S+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/checkouts": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/checkouts"
                    }
                ]
            }
        },
        "\/surecart\/v1\/checkouts\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/draft-checkouts\/(?P<id>\\S+)\/finalize": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/draft-checkouts\/(?P<id>\\S+)\/manually_pay": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/draft-checkouts": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/draft-checkouts"
                    }
                ]
            }
        },
        "\/surecart\/v1\/draft-checkouts\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/invoices\/(?P<id>\\S+)\/make_draft": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/invoices\/(?P<id>\\S+)\/open": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/invoices\/(?P<id>\\S+)\/resend_notification": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/invoices": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/invoices"
                    }
                ]
            }
        },
        "\/surecart\/v1\/invoices\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/webhooks": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/webhooks"
                    }
                ]
            }
        },
        "\/surecart\/v1\/webhooks\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/verification_codes\/verify": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/verification_codes\/verify"
                    }
                ]
            }
        },
        "\/surecart\/v1\/verification_codes": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/verification_codes"
                    }
                ]
            }
        },
        "\/surecart\/v1\/check_email": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/check_email"
                    }
                ]
            }
        },
        "\/surecart\/v1\/return_items": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/return_items"
                    }
                ]
            }
        },
        "\/surecart\/v1\/return_items\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/return_reasons": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/return_reasons"
                    }
                ]
            }
        },
        "\/surecart\/v1\/return_requests\/(?P<id>\\S+)\/open": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/return_requests\/(?P<id>\\S+)\/complete": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/return_requests": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/return_requests"
                    }
                ]
            }
        },
        "\/surecart\/v1\/return_requests\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/shipping_profiles": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/shipping_profiles"
                    }
                ]
            }
        },
        "\/surecart\/v1\/shipping_profiles\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/shipping_methods": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/shipping_methods"
                    }
                ]
            }
        },
        "\/surecart\/v1\/shipping_methods\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/shipping_rates": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/shipping_rates"
                    }
                ]
            }
        },
        "\/surecart\/v1\/shipping_rates\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/shipping_zones": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/shipping_zones"
                    }
                ]
            }
        },
        "\/surecart\/v1\/shipping_zones\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/shipping_protocol": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/shipping_protocol"
                    }
                ]
            }
        },
        "\/surecart\/v1\/shipping_protocol\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/provisional_accounts": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/provisional_accounts"
                    }
                ]
            }
        },
        "\/surecart\/v1\/integration_providers": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/integration_providers"
                    }
                ]
            }
        },
        "\/surecart\/v1\/integration_providers\/(?P<provider>\\S+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/integration_provider_items": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/integration_provider_items"
                    }
                ]
            }
        },
        "\/surecart\/v1\/integration_provider_items\/(?P<id>\\S+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/product_medias\/(?P<id>\\S+)\/download": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/product_medias": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ids": {
                            "description": "Ensure result set excludes specific IDs.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "product_ids": {
                            "description": "Only return objects that belong to the given products.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [],
                            "required": false
                        },
                        "page": {
                            "description": "The page of items you want returned.",
                            "type": "integer",
                            "required": false
                        },
                        "per_page": {
                            "description": "A limit on the number of items to be returned, between 1 and 100.",
                            "type": "integer",
                            "required": false
                        },
                        "limit": {
                            "description": "A limit on the number of records returned",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/product_medias"
                    }
                ]
            }
        },
        "\/surecart\/v1\/product_medias\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/variants": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/variants"
                    }
                ]
            }
        },
        "\/surecart\/v1\/variants\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/variant_options": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/variant_options"
                    }
                ]
            }
        },
        "\/surecart\/v1\/variant_options\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/variant_values": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/variant_values"
                    }
                ]
            }
        },
        "\/surecart\/v1\/variant_values\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/clicks": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/clicks"
                    }
                ]
            }
        },
        "\/surecart\/v1\/clicks\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/referral_items": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/referral_items"
                    }
                ]
            }
        },
        "\/surecart\/v1\/referral_items\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/payouts\/(?P<id>\\S+)\/complete": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/payouts\/(?P<id>\\S+)\/make_processing": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/payouts": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/payouts"
                    }
                ]
            }
        },
        "\/surecart\/v1\/payouts\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/payout_groups": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/payout_groups"
                    }
                ]
            }
        },
        "\/surecart\/v1\/payout_groups\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/referrals\/(?P<id>\\S+)\/approve": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/referrals\/(?P<id>\\S+)\/deny": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/referrals\/(?P<id>\\S+)\/make_reviewing": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/referrals": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/referrals"
                    }
                ]
            }
        },
        "\/surecart\/v1\/referrals\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/affiliation_requests\/(?P<id>\\S+)\/approve": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/affiliation_requests\/(?P<id>\\S+)\/deny": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/affiliation_requests": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/affiliation_requests"
                    }
                ]
            }
        },
        "\/surecart\/v1\/affiliation_requests\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/affiliation_products": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/affiliation_products"
                    }
                ]
            }
        },
        "\/surecart\/v1\/affiliation_products\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/affiliations\/(?P<id>\\S+)\/activate": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/affiliations\/(?P<id>\\S+)\/deactivate": {
            "namespace": "surecart\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/affiliations": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/affiliations"
                    }
                ]
            }
        },
        "\/surecart\/v1\/affiliations\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/exports": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/exports"
                    }
                ]
            }
        },
        "\/surecart\/v1\/exports\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/surecart\/v1\/swaps": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/surecart\/v1\/swaps"
                    }
                ]
            }
        },
        "\/surecart\/v1\/swaps\/(?P<id>[^\/]+)": {
            "namespace": "surecart\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/templately\/v1": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "templately\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1"
                    }
                ]
            }
        },
        "\/templately\/v1\/conditions": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "template_id": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/conditions"
                    }
                ]
            }
        },
        "\/templately\/v1\/check-conditions": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "template_id": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/check-conditions"
                    }
                ]
            }
        },
        "\/templately\/v1\/save-conditions": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "template_id": {
                            "required": true
                        },
                        "conditions": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/save-conditions"
                    }
                ]
            }
        },
        "\/templately\/v1\/autocomplete-condition": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "payload": {
                            "required": true
                        },
                        "query": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/autocomplete-condition"
                    }
                ]
            }
        },
        "\/templately\/v1\/categories": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/categories"
                    }
                ]
            }
        },
        "\/templately\/v1\/templateTypes": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/templateTypes"
                    }
                ]
            }
        },
        "\/templately\/v1\/dependencies": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/dependencies"
                    }
                ]
            }
        },
        "\/templately\/v1\/dependencies\/plugins": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/dependencies\/plugins"
                    }
                ]
            }
        },
        "\/templately\/v1\/dependencies\/themes": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/dependencies\/themes"
                    }
                ]
            }
        },
        "\/templately\/v1\/dependencies\/check": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/dependencies\/check"
                    }
                ]
            }
        },
        "\/templately\/v1\/dependencies\/install": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/dependencies\/install"
                    }
                ]
            }
        },
        "\/templately\/v1\/tags": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/tags"
                    }
                ]
            }
        },
        "\/templately\/v1\/create-template": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "platform": {
                            "required": true
                        },
                        "type": {
                            "required": true
                        },
                        "title": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/create-template"
                    }
                ]
            }
        },
        "\/templately\/v1\/ai-content\/modify-content": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/ai-content\/modify-content"
                    }
                ]
            }
        },
        "\/templately\/v1\/ai-content\/ai-update": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/ai-content\/ai-update"
                    }
                ]
            }
        },
        "\/templately\/v1\/ai-content\/ai-update-preview": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/ai-content\/ai-update-preview"
                    }
                ]
            }
        },
        "\/templately\/v1\/ai-content\/generate-logo": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/ai-content\/generate-logo"
                    }
                ]
            }
        },
        "\/templately\/v1\/ai-content\/generate-meta": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/ai-content\/generate-meta"
                    }
                ]
            }
        },
        "\/templately\/v1\/ai-content\/attachments": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "default": "pack",
                            "required": false
                        },
                        "id": {
                            "required": false
                        },
                        "pack_id": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/ai-content\/attachments"
                    }
                ]
            }
        },
        "\/templately\/v1\/ai-content\/images": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "query": {
                            "required": false
                        },
                        "orientation": {
                            "default": "all",
                            "required": false
                        },
                        "size": {
                            "default": "medium",
                            "required": false
                        },
                        "color": {
                            "required": false
                        },
                        "page": {
                            "default": 1,
                            "required": false
                        },
                        "per_page": {
                            "default": 20,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/ai-content\/images"
                    }
                ]
            }
        },
        "\/templately\/v1\/items": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "default": "items",
                            "required": false
                        },
                        "platform": {
                            "default": "elementor",
                            "required": false
                        },
                        "per_page": {
                            "default": 40,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/items"
                    }
                ]
            }
        },
        "\/templately\/v1\/items\/(?P<id>[0-9]+)": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        },
                        "type": {
                            "default": "block",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/templately\/v1\/items\/(?P<slug>[a-zA-Z0-9-]+)": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "required": true
                        },
                        "type": {
                            "default": "block",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/templately\/v1\/items\/search\/(?P<keyword>[a-zA-Z0-9-]+)": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "keyword": {
                            "required": true
                        },
                        "platform": {
                            "default": "elementor",
                            "required": false
                        },
                        "query_type": {
                            "default": "block",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/templately\/v1\/items\/favourite": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/items\/favourite"
                    }
                ]
            }
        },
        "\/templately\/v1\/items\/rating": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/items\/rating"
                    }
                ]
            }
        },
        "\/templately\/v1\/items-count": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/items-count"
                    }
                ]
            }
        },
        "\/templately\/v1\/featured-items": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/featured-items"
                    }
                ]
            }
        },
        "\/templately\/v1\/trending-items": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/trending-items"
                    }
                ]
            }
        },
        "\/templately\/v1\/related-items": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/related-items"
                    }
                ]
            }
        },
        "\/templately\/v1\/saved-templates": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/saved-templates"
                    }
                ]
            }
        },
        "\/templately\/v1\/saved-templates\/delete": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/saved-templates\/delete"
                    }
                ]
            }
        },
        "\/templately\/v1\/login": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/login"
                    }
                ]
            }
        },
        "\/templately\/v1\/logout": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/logout"
                    }
                ]
            }
        },
        "\/templately\/v1\/is-signed": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/is-signed"
                    }
                ]
            }
        },
        "\/templately\/v1\/pricing": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/pricing"
                    }
                ]
            }
        },
        "\/templately\/v1\/signup": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/signup"
                    }
                ]
            }
        },
        "\/templately\/v1\/insert": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/insert"
                    }
                ]
            }
        },
        "\/templately\/v1\/import": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/import"
                    }
                ]
            }
        },
        "\/templately\/v1\/import\/page": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/import\/page"
                    }
                ]
            }
        },
        "\/templately\/v1\/profile\/sync": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/profile\/sync"
                    }
                ]
            }
        },
        "\/templately\/v1\/profile\/verified": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/profile\/verified"
                    }
                ]
            }
        },
        "\/templately\/v1\/profile\/download-history": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/profile\/download-history"
                    }
                ]
            }
        },
        "\/templately\/v1\/profile\/my-favourites": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/profile\/my-favourites"
                    }
                ]
            }
        },
        "\/templately\/v1\/profile\/purchased-items": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/profile\/purchased-items"
                    }
                ]
            }
        },
        "\/templately\/v1\/clouds": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/clouds"
                    }
                ]
            }
        },
        "\/templately\/v1\/clouds\/usage": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/clouds\/usage"
                    }
                ]
            }
        },
        "\/templately\/v1\/clouds\/copy-move": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/clouds\/copy-move"
                    }
                ]
            }
        },
        "\/templately\/v1\/clouds\/upload": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/clouds\/upload"
                    }
                ]
            }
        },
        "\/templately\/v1\/clouds\/download\/(?P<id>[a-zA-Z0-9-]+)": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/templately\/v1\/clouds\/delete\/(?P<id>[a-zA-Z0-9-]+)": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/templately\/v1\/workspaces": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/workspaces"
                    }
                ]
            }
        },
        "\/templately\/v1\/workspaces\/(?P<slug>[a-zA-Z0-9-]+)": {
            "namespace": "templately\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/templately\/v1\/workspaces\/item\/(?P<id>[a-zA-Z0-9-]+)": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/templately\/v1\/workspaces\/item\/delete\/(?P<id>[a-zA-Z0-9-]+)": {
            "namespace": "templately\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/templately\/v1\/workspaces\/create": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/workspaces\/create"
                    }
                ]
            }
        },
        "\/templately\/v1\/workspaces\/delete\/(?P<id>[a-zA-Z0-9-]+)": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/templately\/v1\/workspaces\/item\/add": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/workspaces\/item\/add"
                    }
                ]
            }
        },
        "\/templately\/v1\/settings\/update": {
            "namespace": "templately\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/templately\/v1\/settings\/update"
                    }
                ]
            }
        },
        "\/ultp": {
            "namespace": "ultp",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "ultp",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp"
                    }
                ]
            }
        },
        "\/ultp\/common_data": {
            "namespace": "ultp",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "wpnonce": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/common_data"
                    }
                ]
            }
        },
        "\/ultp\/fetch_posts": {
            "namespace": "ultp",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/fetch_posts"
                    }
                ]
            }
        },
        "\/ultp\/specific_taxonomy": {
            "namespace": "ultp",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/specific_taxonomy"
                    }
                ]
            }
        },
        "\/ultp\/v1": {
            "namespace": "ultp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "ultp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v1"
                    }
                ]
            }
        },
        "\/ultp\/v1\/search": {
            "namespace": "ultp\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v1\/search"
                    }
                ]
            }
        },
        "\/ultp\/v2": {
            "namespace": "ultp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "ultp\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2"
                    }
                ]
            }
        },
        "\/ultp\/v2\/premade_wishlist_save": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/premade_wishlist_save"
                    }
                ]
            }
        },
        "\/ultp\/ultp_search_data": {
            "namespace": "ultp",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/ultp_search_data"
                    }
                ]
            }
        },
        "\/ultp\/v2\/custom_tax": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/custom_tax"
                    }
                ]
            }
        },
        "\/ultp\/v2\/init_site_dark_logo": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/init_site_dark_logo"
                    }
                ]
            }
        },
        "\/ultp\/v2\/get_ultp_image_size": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/get_ultp_image_size"
                    }
                ]
            }
        },
        "\/ultp\/v2\/fetch_premade_data": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/fetch_premade_data"
                    }
                ]
            }
        },
        "\/ultp\/v1\/save_block_css": {
            "namespace": "ultp\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v1\/save_block_css"
                    }
                ]
            }
        },
        "\/ultp\/v1\/get_other_post_content": {
            "namespace": "ultp\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v1\/get_other_post_content"
                    }
                ]
            }
        },
        "\/ultp\/v1\/action_option": {
            "namespace": "ultp\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v1\/action_option"
                    }
                ]
            }
        },
        "\/ultp\/v1\/postx_presets": {
            "namespace": "ultp\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v1\/postx_presets"
                    }
                ]
            }
        },
        "\/ultp\/v3": {
            "namespace": "ultp\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "ultp\/v3",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v3"
                    }
                ]
            }
        },
        "\/ultp\/v3\/single_page_import": {
            "namespace": "ultp\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v3\/single_page_import"
                    }
                ]
            }
        },
        "\/ultp\/v3\/deletepost_getnewsletters": {
            "namespace": "ultp\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v3\/deletepost_getnewsletters"
                    }
                ]
            }
        },
        "\/ultp\/v3\/starter_import_content": {
            "namespace": "ultp\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v3\/starter_import_content"
                    }
                ]
            }
        },
        "\/ultp\/v3\/starter_dummy_post": {
            "namespace": "ultp\/v3",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v3\/starter_dummy_post"
                    }
                ]
            }
        },
        "\/ultp\/v2\/addon_block_action": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/addon_block_action"
                    }
                ]
            }
        },
        "\/ultp\/v2\/save_plugin_settings": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/save_plugin_settings"
                    }
                ]
            }
        },
        "\/ultp\/v2\/get_all_settings": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/get_all_settings"
                    }
                ]
            }
        },
        "\/ultp\/v2\/dashborad": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/dashborad"
                    }
                ]
            }
        },
        "\/ultp\/v2\/wizard_site_status": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/wizard_site_status"
                    }
                ]
            }
        },
        "\/ultp\/v2\/send_initial_plugin_data": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/send_initial_plugin_data"
                    }
                ]
            }
        },
        "\/ultp\/v2\/initial_setup_complete": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/initial_setup_complete"
                    }
                ]
            }
        },
        "\/ultp\/v2\/template_action": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/template_action"
                    }
                ]
            }
        },
        "\/ultp\/hello_bar": {
            "namespace": "ultp",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/hello_bar"
                    }
                ]
            }
        },
        "\/affwp\/v2\/portal": {
            "namespace": "affwp\/v2\/portal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "affwp\/v2\/portal",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/affwp\/v2\/portal"
                    }
                ]
            }
        },
        "\/affwp\/v2\/portal\/reports": {
            "namespace": "affwp\/v2\/portal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/affwp\/v2\/portal\/reports"
                    }
                ]
            }
        },
        "\/affwp\/v2\/portal\/datasets": {
            "namespace": "affwp\/v2\/portal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/affwp\/v2\/portal\/datasets"
                    }
                ]
            }
        },
        "\/affwp\/v2\/portal\/views": {
            "namespace": "affwp\/v2\/portal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        },
                        "viewId": {
                            "description": "View ID as stored in the views registry.",
                            "required": false
                        },
                        "label": {
                            "description": "Label used for the view link.",
                            "required": false
                        },
                        "icon": {
                            "description": "Icon markup used for the view link.",
                            "required": false
                        },
                        "hideFromMenu": {
                            "description": "Whether to hide the link from the menu.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/affwp\/v2\/portal\/views"
                    }
                ]
            }
        },
        "\/affwp\/v2\/portal\/views\/(?P<view>[\\w\\-_]+)": {
            "namespace": "affwp\/v2\/portal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        },
                        "viewId": {
                            "description": "View ID as stored in the views registry.",
                            "required": false
                        },
                        "label": {
                            "description": "Label used for the view link.",
                            "required": false
                        },
                        "icon": {
                            "description": "Icon markup used for the view link.",
                            "required": false
                        },
                        "hideFromMenu": {
                            "description": "Whether to hide the link from the menu.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/affwp\/v2\/portal\/sections": {
            "namespace": "affwp\/v2\/portal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        },
                        "sectionId": {
                            "description": "Section ID as stored in the sections registry.",
                            "required": false
                        },
                        "wrapper": {
                            "description": "Whether the section should be treated as a wrapper.",
                            "required": false
                        },
                        "columns": {
                            "description": "Column widths (1-5) to set for the header and content areas of the section.",
                            "required": false
                        },
                        "priority": {
                            "description": "Priority to sort the section by during output of a view.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/affwp\/v2\/portal\/sections"
                    }
                ]
            }
        },
        "\/affwp\/v2\/portal\/sections\/(?P<section>[\\w\\-_]+)": {
            "namespace": "affwp\/v2\/portal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        },
                        "sectionId": {
                            "description": "Section ID as stored in the sections registry.",
                            "required": false
                        },
                        "wrapper": {
                            "description": "Whether the section should be treated as a wrapper.",
                            "required": false
                        },
                        "columns": {
                            "description": "Column widths (1-5) to set for the header and content areas of the section.",
                            "required": false
                        },
                        "priority": {
                            "description": "Priority to sort the section by during output of a view.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/affwp\/v2\/portal\/sections\/(?P<section>[\\w\\-_]+)\/submit": {
            "namespace": "affwp\/v2\/portal",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/affwp\/v2\/portal\/sections\/(?P<section>[\\w\\-_]+)\/fields": {
            "namespace": "affwp\/v2\/portal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/affwp\/v2\/portal\/controls": {
            "namespace": "affwp\/v2\/portal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/affwp\/v2\/portal\/controls"
                    }
                ]
            }
        },
        "\/affwp\/v2\/portal\/controls\/(?P<control>[\\w\\-_]+)": {
            "namespace": "affwp\/v2\/portal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/affwp\/v2\/portal\/routes": {
            "namespace": "affwp\/v2\/portal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        },
                        "routeId": {
                            "description": "The route pattern.",
                            "required": false
                        },
                        "vars": {
                            "description": "Variables used to build the rewrite rule.",
                            "required": false
                        },
                        "viewId": {
                            "description": "View ID the route is registered for.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/affwp\/v2\/portal\/routes"
                    }
                ]
            }
        },
        "\/affwp\/v2\/portal\/settings": {
            "namespace": "affwp\/v2\/portal",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/affwp\/v2\/portal\/settings"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "fluent-crm\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/sequences": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/sequences"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/sequences\/subscriber\/(?P<subscriber_id>[0-9]+)\/sequences": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "subscriber_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/sequences\/do-bulk-action": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/sequences\/do-bulk-action"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/sequences\/(?P<id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/sequences\/(?P<id>[0-9]+)\/duplicate": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/sequences\/sequence-email-update-create": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/sequences\/sequence-email-update-create"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/sequences\/(?P<id>[0-9]+)\/email\/(?P<email_id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        },
                        "email_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/sequences\/(?P<id>[0-9]+)\/email": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/sequences\/(?P<id>[0-9]+)\/email\/duplicate": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/sequences\/(?P<id>[0-9]+)\/email\/(?P<email_id>[^\\s(?!\/)]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        },
                        "email_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        },
                        "email_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/sequences\/(?P<id>[0-9]+)\/subscribers": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/sequences\/(?P<id>[^\\s(?!\/)]+)\/reapply": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/recurring-campaigns": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/recurring-campaigns"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/recurring-campaigns\/update-campaign-data": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/recurring-campaigns\/update-campaign-data"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/recurring-campaigns\/(?P<campaign_id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "campaign_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/recurring-campaigns\/(?P<campaign_id>[0-9]+)\/change-status": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "campaign_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/recurring-campaigns\/(?P<campaign_id>[0-9]+)\/update-settings": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "campaign_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/recurring-campaigns\/(?P<campaign_id>[0-9]+)\/duplicate": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "campaign_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/recurring-campaigns\/(?P<campaign_id>[0-9]+)\/emails": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "campaign_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/recurring-campaigns\/(?P<campaign_id>[0-9]+)\/emails\/(?P<email_id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "campaign_id": {
                            "required": true
                        },
                        "email_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "campaign_id": {
                            "required": true
                        },
                        "email_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/recurring-campaigns\/(?P<campaign_id>[0-9]+)\/emails\/update-email": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "campaign_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/recurring-campaigns\/delete-bulk": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/recurring-campaigns\/delete-bulk"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/recurring-campaigns\/do-bulk-action": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/recurring-campaigns\/do-bulk-action"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/recurring-campaigns\/(?P<campaign_id>[0-9]+)\/update-labels": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "campaign_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/dynamic-segments": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/dynamic-segments"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/dynamic-segments\/stats": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/dynamic-segments\/stats"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/dynamic-segments\/estimated-contacts": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/dynamic-segments\/estimated-contacts"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/dynamic-segments\/(?P<id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/dynamic-segments\/(?P<id>[^\\s(?!\/)]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/dynamic-segments\/duplicate\/(?P<id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/dynamic-segments\/(?P<slug>[a-zA-Z0-9-_]+)\/subscribers\/(?P<id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "required": true
                        },
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/dynamic-segments\/custom-fields": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/dynamic-segments\/custom-fields"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/campaigns-pro\/(?P<id>[^\\s(?!\/)]+)\/resend-failed-emails": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns-pro\/(?P<id>[^\\s(?!\/)]+)\/resend-unopened-emails": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns-pro\/(?P<id>[^\\s(?!\/)]+)\/resend-emails": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns-pro\/(?P<id>[^\\s(?!\/)]+)\/tag-actions": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns-pro\/posts": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/campaigns-pro\/posts"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/campaigns-pro\/posts\/taxonomies": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/campaigns-pro\/posts\/taxonomies"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/campaigns-pro\/products": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/campaigns-pro\/products"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/smart-links": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/smart-links"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/smart-links\/activate": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/smart-links\/activate"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/smart-links\/(?P<id>[^\\s(?!\/)]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaign-pro-settings\/license": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/campaign-pro-settings\/license"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/campaign-pro-settings\/managers": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/campaign-pro-settings\/managers"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/campaign-pro-settings\/managers\/(?P<id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaign-pro-settings\/import_funnel": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/campaign-pro-settings\/import_funnel"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/campaign-pro-settings\/abandon-cart": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/campaign-pro-settings\/abandon-cart"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/commerce-reports\/(?P<provider>[a-zA-Z0-9-_]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "provider": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/commerce-reports\/(?P<provider>[a-zA-Z0-9-_]+)\/report": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "provider": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/abandon-carts": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/abandon-carts"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/abandon-carts\/bulk-delete": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/abandon-carts\/bulk-delete"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/abandon-carts\/report-summary": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/abandon-carts\/report-summary"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/tags": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/tags"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/tags\/(?P<id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/tags\/do-bulk-action": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/tags\/do-bulk-action"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/tags\/bulk": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/tags\/bulk"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/lists": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/lists"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/lists\/(?P<id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/lists\/do-bulk-action": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/lists\/do-bulk-action"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/lists\/bulk": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/lists\/bulk"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/subscribers": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/subscribers"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/subscribers\/subscribers-property": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/subscribers\/subscribers-property"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/subscribers\/sync-segments": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/subscribers\/sync-segments"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/subscribers\/do-bulk-action": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/subscribers\/do-bulk-action"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/subscribers\/prev-next-ids": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/subscribers\/prev-next-ids"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/subscribers\/(?P<id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "DELETE",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/subscribers\/(?P<id>[0-9]+)\/emails": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/subscribers\/(?P<id>[0-9]+)\/emails\/template-mock": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/subscribers\/(?P<id>[0-9]+)\/emails\/send": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/subscribers\/(?P<id>[0-9]+)\/purchase-history": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/subscribers\/(?P<id>[0-9]+)\/form-submissions": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/subscribers\/(?P<id>[0-9]+)\/support-tickets": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/subscribers\/(?P<id>[0-9]+)\/send-double-optin": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/subscribers\/(?P<id>[0-9]+)\/notes": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/subscribers\/(?P<id>[0-9]+)\/notes\/(?P<note_id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        },
                        "note_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        },
                        "note_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/subscribers\/(?P<id>[0-9]+)\/external_view": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/subscribers\/(?P<id>[0-9]+)\/info-widgets": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/subscribers\/search-contacts": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/subscribers\/search-contacts"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/subscribers\/(?P<id>[0-9]+)\/tracking-events": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/subscribers\/track-event": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/subscribers\/track-event"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/subscribers\/(?P<id>[0-9]+)\/url-metrics": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/subscribers\/bulk-add-update": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/subscribers\/bulk-add-update"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/campaigns": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/campaigns"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/campaigns\/send-test-email": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/campaigns\/send-test-email"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/campaigns\/email-preview-html": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/campaigns\/email-preview-html"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/campaigns\/emails\/(?P<email_id>[0-9]+)\/preview": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "email_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/estimated-contacts": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/campaigns\/estimated-contacts"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/campaigns\/update-single-campaign": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/campaigns\/update-single-campaign"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/step": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/pause": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/duplicate": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/resume": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/title": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/do-bulk-action": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/campaigns\/do-bulk-action"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/subscribe": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/draft-recipients": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/estimated-recipients-count": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/emails": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/schedule": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/un-schedule": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/processing-stat": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/share-url": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/status": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/overview_stats": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/link-report": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/revenues": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/revenues\/resync": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/unsubscribers": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/contacts-by-segment": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/campaigns\/(?P<id>[0-9]+)\/update-labels": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/templates": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/templates"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/templates\/all": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/templates\/all"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/templates\/smartcodes": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/templates\/smartcodes"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/templates\/(?P<id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/templates\/duplicate\/(?P<id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/templates\/do-bulk-action": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/templates\/do-bulk-action"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/templates\/set-global-style": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/templates\/set-global-style"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/templates\/built-in-templates": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/templates\/built-in-templates"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/funnels": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/funnels"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/funnels\/templates": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/funnels\/templates"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/funnels\/create-from-template": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/funnels\/create-from-template"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/funnels\/import": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/funnels\/import"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/funnels\/all-activities": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/funnels\/all-activities"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/funnels\/remove-bulk-subscribers": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/funnels\/remove-bulk-subscribers"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/funnels\/triggers": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/funnels\/triggers"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/funnels\/subscriber\/(?P<subscriber_id>[^\\s(?!\/)]+)\/automations": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "subscriber_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/funnels\/funnel\/save-funnel-sequences": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/funnels\/funnel\/save-funnel-sequences"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/funnels\/funnel\/save-email-action-fallback": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/funnels\/funnel\/save-email-action-fallback"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/funnels\/(?P<id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/funnels\/(?P<id>[0-9]+)\/clone": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/funnels\/(?P<id>[0-9]+)\/change-trigger": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/funnels\/(?P<id>[0-9]+)\/sequences": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/funnels\/funnel\/(?P<id>[0-9]+)\/title": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/funnels\/(?P<id>[0-9]+)\/sequences\/save-email-action": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/funnels\/(?P<id>[0-9]+)\/subscribers": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/funnels\/(?P<id>[0-9]+)\/subscribers\/(?P<contact_id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        },
                        "contact_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/funnels\/(?P<id>[0-9]+)\/report": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/funnels\/do-bulk-action": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/funnels\/do-bulk-action"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/funnels\/(?P<id>[0-9]+)\/email_reports": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/funnels\/(?P<id>[0-9]+)\/subscribers\/(?P<subscriber_id>[0-9]+)\/status": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        },
                        "subscriber_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/funnels\/(?P<id>[0-9]+)\/syncable-counts": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/funnels\/(?P<id>[0-9]+)\/sync-new-steps": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/funnels\/send-test-webhook": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/funnels\/send-test-webhook"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/funnels\/(?P<id>[0-9]+)\/update-labels": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/reports\/dashboard-stats": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/reports\/dashboard-stats"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/reports\/subscribers": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/reports\/subscribers"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/reports\/email-sents": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/reports\/email-sents"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/reports\/email-opens": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/reports\/email-opens"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/reports\/email-clicks": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/reports\/email-clicks"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/reports\/options": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/reports\/options"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/reports\/ajax-options": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/reports\/ajax-options"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/reports\/taxonomy-terms": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/reports\/taxonomy-terms"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/reports\/cascade_selections": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/reports\/cascade_selections"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/reports\/emails": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/reports\/emails"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/reports\/advanced-providers": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/reports\/advanced-providers"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/reports\/ping": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/reports\/ping"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/complete-installation": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/complete-installation"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/double-optin": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/double-optin"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/install-fluentform": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/install-fluentform"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/install-fluentsmtp": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/install-fluentsmtp"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/install-fluentconnect": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/install-fluentconnect"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/install-fluent-support": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/install-fluent-support"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/bounce_configs": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/bounce_configs"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/auto_subscribe_settings": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/auto_subscribe_settings"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/test": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "PUT",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/test"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/reset_db": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/reset_db"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/old_logs": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/old_logs"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/cron_status": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/cron_status"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/run_cron": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/run_cron"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/rest-keys": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/rest-keys"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/integrations": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/integrations"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/compliance": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/compliance"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/experiments": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/experiments"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/experiments\/campaigns": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/experiments\/campaigns"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/system-logs": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/system-logs"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/system-logs\/reset": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/system-logs\/reset"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/activity-logs": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/activity-logs"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/setting\/activity-logs\/reset": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/setting\/activity-logs\/reset"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/custom-fields\/contacts": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/custom-fields\/contacts"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/custom-fields\/contacts\/update_group_name": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/custom-fields\/contacts\/update_group_name"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/labels": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/labels"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/labels\/(?P<id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/webhooks": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/webhooks"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/webhooks\/(?P<id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/users": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/users"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/users\/roles": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/users\/roles"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/import\/csv-upload": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/import\/csv-upload"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/import\/csv-import": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/import\/csv-import"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/import\/users": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/import\/users"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/import\/drivers": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/import\/drivers"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/import\/drivers\/(?P<driver>[a-zA-Z0-9-_]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "driver": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "driver": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/forms": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/forms"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/forms\/templates": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/forms\/templates"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/docs": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/docs"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/docs\/(?P<doc_id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "doc_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/docs\/addons": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/docs\/addons"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/public\/bounce_handler\/(?P<service_name>[a-zA-Z0-9-_]+)\/handle\/(?P<security_code>[a-zA-Z0-9-_]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "service_name": {
                            "required": true
                        },
                        "security_code": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/public\/bounce_handler\/(?P<service_name>[a-zA-Z0-9-_]+)\/(?P<security_code>[a-zA-Z0-9-_]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "service_name": {
                            "required": true
                        },
                        "security_code": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/migrators": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/migrators"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/migrators\/verify-cred": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/migrators\/verify-cred"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/migrators\/list-tag-mappings": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/migrators\/list-tag-mappings"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/migrators\/summary": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/migrators\/summary"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/migrators\/import": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/migrators\/import"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/companies": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/companies"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/companies\/(?P<id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/companies\/search": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/companies\/search"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/companies\/search-unattached-contacts": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/companies\/search-unattached-contacts"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/companies\/companies-property": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/companies\/companies-property"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/companies\/attach-subscribers": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/companies\/attach-subscribers"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/companies\/detach-subscribers": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/companies\/detach-subscribers"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/companies\/do-bulk-action": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/companies\/do-bulk-action"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/companies\/(?P<id>[0-9]+)\/notes": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/companies\/(?P<id>[0-9]+)\/notes\/(?P<note_id>[0-9]+)": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        },
                        "note_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        },
                        "note_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-crm\/v2\/companies\/csv-import": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/companies\/csv-import"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/companies\/custom-fields": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-crm\/v2\/companies\/custom-fields"
                    }
                ]
            }
        },
        "\/fluent-crm\/v2\/companies\/(?P<id>[0-9]+)\/custom_tab_view": {
            "namespace": "fluent-crm\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "fluent-support\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/ticket-tags": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/ticket-tags"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/ticket-tags\/(?P<tag_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "tag_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "tag_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "tag_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "tag_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/ticket-tags\/options": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/ticket-tags\/options"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/saved-replies": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/saved-replies"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/saved-replies\/(?P<id>[^\\s(?!\/)]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/ticket-custom-fields": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/ticket-custom-fields"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/ticket-custom-fields\/(?P<ticket_id>[0-9]+)\/sync": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/workflows": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/workflows"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/workflows\/(?P<workflow_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "workflow_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "workflow_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "workflow_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/workflows\/(?P<workflow_id>[0-9]+)\/actions": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "workflow_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/workflows\/(?P<workflow_id>[0-9]+)\/run": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "workflow_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/workflows\/duplicate\/(?P<workflow_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "workflow_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/workflows\/options": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/workflows\/options"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/workflows\/action-sequence": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/workflows\/action-sequence"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/email-box\/(?P<box_id>[0-9]+)\/status": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "box_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/email-box\/(?P<box_id>[0-9]+)\/issue-email": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "box_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/mail-piping\/(?P<box_id>[0-9]+)\/push\/(?P<token>[a-zA-Z0-9-_]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "box_id": {
                            "required": true
                        },
                        "token": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/customer-portal\/search-doc": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/customer-portal\/search-doc"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/pro\/license": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/pro\/license"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/pro\/remove-license": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/pro\/remove-license"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/pro\/form-settings": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/pro\/form-settings"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/discord-integration": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/discord-integration"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/incoming-webhook": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/incoming-webhook"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/twilio-integration": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/twilio-integration"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/auto-close": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/auto-close"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/upload_integration": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/upload_integration"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/public\/incoming_webhook\/(?P<token>[a-zA-Z0-9-_]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "token": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/public\/twilio-response\/(?P<token>[a-zA-Z0-9-_]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "token": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/public\/dropbox_auth": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/public\/dropbox_auth"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/public\/google_auth": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/public\/google_auth"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/sync-watchers": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/add_watchers": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/merge_tickets": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/customer_tickets\/(?P<customer_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "customer_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/split_ticket": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/time-tracks\/(?P<ticket_id>[0-9]+)\/estimated-time": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/time-tracks\/(?P<ticket_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/openai\/preset-prompts": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/openai\/preset-prompts"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/openai\/(?P<id>[0-9]+)\/generate-response": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/openai\/(?P<id>[0-9]+)\/get-ticket-summary": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/openai\/(?P<id>[0-9]+)\/get-ticket-tone": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/reports\/timesheet\/by-tickets": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/reports\/timesheet\/by-tickets"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/reports\/timesheet\/by-agents": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/reports\/timesheet\/by-agents"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/reports\/timesheet\/by-customers": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/reports\/timesheet\/by-customers"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/mailboxes": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/mailboxes"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/mailboxes\/(?P<id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/mailboxes\/(?P<id>[0-9]+)\/move_tickets": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/mailboxes\/(?P<id>[0-9]+)\/tickets": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/mailboxes\/(?P<id>[0-9]+)\/email_settings": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/mailboxes\/(?P<id>[^\\s(?!\/)]+)\/email_configs": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/mailboxes\/(?P<id>[0-9]+)\/set_default": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/my_stats": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/tickets\/my_stats"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/tickets\/agent_performance": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/tickets\/agent_performance"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/tickets": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/tickets"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/tickets\/label-search": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/tickets\/label-search"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/tickets\/(?P<label_search_id>[0-9]+)\/label-search": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "label_search_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/widgets": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/responses": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/draft": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<draft_id>[0-9]+)\/draft": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "draft_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/live_activity": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/responses\/(?P<response_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        },
                        "response_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        },
                        "response_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/approve_draft_response\/(?P<response_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        },
                        "response_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/customer-responses": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/property": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/tags": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/tags\/(?P<tag_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        },
                        "tag_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/close": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/delete": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/re-open": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/change-customer": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/(?P<ticket_id>[0-9]+)\/custom-data": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/bulk-actions": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/tickets\/bulk-actions"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/tickets\/bulk-reply": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/tickets\/bulk-reply"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/tickets\/sync-fluentcrm-tags": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/tickets\/sync-fluentcrm-tags"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/tickets\/sync-fluentcrm-lists": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/tickets\/sync-fluentcrm-lists"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/tickets\/fluent-boards\/boards": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/tickets\/fluent-boards\/boards"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/tickets\/fluent-boards\/stages\/(?P<board_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "board_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/tickets\/fluent-boards\/stages": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/tickets\/fluent-boards\/stages"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/tickets\/search-contact": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/tickets\/search-contact"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/tickets\/ping": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/tickets\/ping"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/tickets\/ticket-essentials": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/tickets\/ticket-essentials"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/tickets\/agent-insights": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/tickets\/agent-insights"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/products": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/products"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/products\/(?P<product_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "product_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "product_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/me": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/me"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/options\/countries": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/options\/countries"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/ticket_file_upload": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/ticket_file_upload"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/integration-settings": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/integration-settings"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/integration": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/integration"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/slack-integration": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/slack-integration"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/pages": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/pages"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/setup": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/setup"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/setup-installation": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/setup-installation"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/recaptcha-settings": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/recaptcha-settings"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/integration-statuses": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/integration-statuses"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/fluentcrm-settings": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/fluentcrm-settings"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/intsall-fluentcrm": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/intsall-fluentcrm"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/remote-upload-settings": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/remote-upload-settings"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/update-remote-upload-driver": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/update-remote-upload-driver"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/openai-integration": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/openai-integration"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/openai-integration\/disconnect": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/openai-integration\/disconnect"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/settings-menu": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/settings-menu"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/settings\/fluent-bot-integration": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/settings\/fluent-bot-integration"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/agents": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/agents"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/agents\/(?P<agent_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "agent_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "agent_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/agents\/avatar\/(?P<agent_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "agent_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/agents\/reset_avatar\/(?P<agent_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "agent_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/reports": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/reports"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/reports\/tickets-growth": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/reports\/tickets-growth"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/reports\/tickets-resolve-growth": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/reports\/tickets-resolve-growth"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/reports\/response-growth": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/reports\/response-growth"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/reports\/agents-summary": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/reports\/agents-summary"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/reports\/day-time-stats": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/reports\/day-time-stats"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/reports\/ticket-response-stats": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/reports\/ticket-response-stats"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/my-reports": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/my-reports"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/my-reports\/tickets-resolve-growth": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/my-reports\/tickets-resolve-growth"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/my-reports\/response-growth": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/my-reports\/response-growth"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/my-reports\/my-summary": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/my-reports\/my-summary"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/product-reports\/tickets-growth": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/product-reports\/tickets-growth"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/product-reports\/tickets-resolve-growth": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/product-reports\/tickets-resolve-growth"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/product-reports\/response-growth": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/product-reports\/response-growth"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/product-reports\/product-reports-summary": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/product-reports\/product-reports-summary"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/mailbox-reports\/tickets-growth": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/mailbox-reports\/tickets-growth"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/mailbox-reports\/tickets-resolve-growth": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/mailbox-reports\/tickets-resolve-growth"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/mailbox-reports\/response-growth": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/mailbox-reports\/response-growth"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/mailbox-reports\/mailbox-reports-summary": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/mailbox-reports\/mailbox-reports-summary"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/customers": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/customers"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/customers\/customerField\/(?P<customer_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "customer_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/customers\/(?P<customer_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "PUT",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "customer_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "customer_id": {
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "customer_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/customers\/profile_image\/(?P<customer_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "customer_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/customers\/reset_avatar\/(?P<customer_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "customer_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/customer-portal\/public_options": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/customer-portal\/public_options"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/customer-portal\/custom-fields-rendered": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/customer-portal\/custom-fields-rendered"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/customer-portal\/tickets": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/customer-portal\/tickets"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/customer-portal\/tickets\/(?P<ticket_id>[0-9]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/customer-portal\/tickets\/(?P<ticket_id>[0-9]+)\/responses": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/customer-portal\/tickets\/(?P<ticket_id>[0-9]+)\/close": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/customer-portal\/tickets\/(?P<ticket_id>[0-9]+)\/re-open": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/customer-portal\/ticket_file_upload": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/customer-portal\/ticket_file_upload"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/customer-portal\/me": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/customer-portal\/me"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/customer-portal\/tickets\/(?P<ticket_id>[0-9]+)\/agent-feedback": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ticket_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/customer-portal\/logout": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/customer-portal\/logout"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/public\/telegram_bot_response\/(?P<token>[a-zA-Z0-9-_]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "token": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/public\/slack_response\/(?P<token>[a-zA-Z0-9-_]+)": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "token": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/public\/authorize": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/public\/authorize"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/fluent-bot\/preset-prompts": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/fluent-bot\/preset-prompts"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/fluent-bot\/(?P<id>[0-9]+)\/generate-response": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/fluent-bot\/(?P<id>[0-9]+)\/generate-stream-response": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/fluent-bot\/(?P<id>[0-9]+)\/get-ticket-summary": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/fluent-bot\/(?P<id>[0-9]+)\/get-ticket-tone": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/fluent-support\/v2\/activity-logger": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/activity-logger"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/activity-logger\/settings": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/activity-logger\/settings"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/ai-activity-logger": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/ai-activity-logger"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/ai-activity-logger\/settings": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/ai-activity-logger\/settings"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/signup": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/signup"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/login": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/login"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/two_fa": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/two_fa"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/reset_pass": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/reset_pass"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/ticket_importer": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/ticket_importer"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/ticket_importer\/import": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/ticket_importer\/import"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/ticket_importer\/delete": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/ticket_importer\/delete"
                    }
                ]
            }
        },
        "\/fluent-support\/v2\/ticket_image_upload": {
            "namespace": "fluent-support\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/fluent-support\/v2\/ticket_image_upload"
                    }
                ]
            }
        },
        "\/SmartVideo\/v1": {
            "namespace": "SmartVideo\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "SmartVideo\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/SmartVideo\/v1"
                    }
                ]
            }
        },
        "\/SmartVideo\/v1\/settings": {
            "namespace": "SmartVideo\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "swarmify_cdn_key": {
                            "required": false
                        },
                        "swarmify_status": {
                            "required": false
                        },
                        "swarmify_toggle_youtube": {
                            "required": false
                        },
                        "swarmify_toggle_youtube_cc": {
                            "required": false
                        },
                        "swarmify_toggle_layout": {
                            "required": false
                        },
                        "swarmify_toggle_bgvideo": {
                            "required": false
                        },
                        "swarmify_theme_button": {
                            "required": false
                        },
                        "swarmify_toggle_uploadacceleration": {
                            "required": false
                        },
                        "swarmify_theme_primarycolor": {
                            "required": false
                        },
                        "swarmify_watermark": {
                            "required": false
                        },
                        "swarmify_ads_vasturl": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/SmartVideo\/v1\/settings"
                    }
                ]
            }
        },
        "\/sure-triggers\/v1": {
            "namespace": "sure-triggers\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "sure-triggers\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/sure-triggers\/v1"
                    }
                ]
            }
        },
        "\/sure-triggers\/v1\/automation\/triggers": {
            "namespace": "sure-triggers\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/sure-triggers\/v1\/automation\/triggers"
                    }
                ]
            }
        },
        "\/sure-triggers\/v1\/automation\/action": {
            "namespace": "sure-triggers\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/sure-triggers\/v1\/automation\/action"
                    }
                ]
            }
        },
        "\/sure-triggers\/v1\/connection\/create-wp-connection": {
            "namespace": "sure-triggers\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/sure-triggers\/v1\/connection\/create-wp-connection"
                    }
                ]
            }
        },
        "\/sure-triggers\/v1\/connection\/revoke": {
            "namespace": "sure-triggers\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/sure-triggers\/v1\/connection\/revoke"
                    }
                ]
            }
        },
        "\/sure-triggers\/v1\/automation\/global-search": {
            "namespace": "sure-triggers\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/sure-triggers\/v1\/automation\/global-search"
                    }
                ]
            }
        },
        "\/sure-triggers\/v1\/connection\/child-integration-verify": {
            "namespace": "sure-triggers\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/sure-triggers\/v1\/connection\/child-integration-verify"
                    }
                ]
            }
        },
        "\/sure-triggers\/v1\/connection\/disconnect": {
            "namespace": "sure-triggers\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/sure-triggers\/v1\/connection\/disconnect"
                    }
                ]
            }
        },
        "\/sure-triggers\/v1\/automation\/test-trigger": {
            "namespace": "sure-triggers\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/sure-triggers\/v1\/automation\/test-trigger"
                    }
                ]
            }
        },
        "\/sure-triggers\/v1\/api-test": {
            "namespace": "sure-triggers\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/sure-triggers\/v1\/api-test"
                    }
                ]
            }
        },
        "\/seopress\/v1": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "seopress\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1"
                    }
                ]
            }
        },
        "\/seopress\/v1\/posts\/(?P<id>\\d+)\/content-analysis": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/seopress\/v1\/posts\/(?P<id>\\d+)\/count-target-keywords-use": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/seopress\/v1\/posts\/(?P<id>\\d+)": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/seopress\/v1\/posts\/by-url": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/posts\/by-url"
                    }
                ]
            }
        },
        "\/seopress\/v1\/terms\/(?P<id>\\d+)": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/seopress\/v1\/posts\/(?P<id>\\d+)\/redirection-settings": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/seopress\/v1\/posts\/(?P<id>\\d+)\/meta-robot-settings": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/seopress\/v1\/posts\/(?P<id>\\d+)\/social-settings": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/seopress\/v1\/options\/advanced-settings": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/options\/advanced-settings"
                    }
                ]
            }
        },
        "\/seopress\/v1\/options\/analytics-settings": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/options\/analytics-settings"
                    }
                ]
            }
        },
        "\/seopress\/v1\/options\/bot-settings": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/options\/bot-settings"
                    }
                ]
            }
        },
        "\/seopress\/v1\/options\/dashboard-settings": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/options\/dashboard-settings"
                    }
                ]
            }
        },
        "\/seopress\/v1\/options\/indexing-settings": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/options\/indexing-settings"
                    }
                ]
            }
        },
        "\/seopress\/v1\/options\/license-settings": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/options\/license-settings"
                    }
                ]
            }
        },
        "\/seopress\/v1\/options\/pro-settings": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/options\/pro-settings"
                    }
                ]
            }
        },
        "\/seopress\/v1\/roles": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/roles"
                    }
                ]
            }
        },
        "\/seopress\/v1\/options\/sitemaps-settings": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/options\/sitemaps-settings"
                    }
                ]
            }
        },
        "\/seopress\/v1\/options\/social-settings": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/options\/social-settings"
                    }
                ]
            }
        },
        "\/seopress\/v1\/options\/titles-settings": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/options\/titles-settings"
                    }
                ]
            }
        },
        "\/seopress\/v1\/options\/woocommerce-settings": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/options\/woocommerce-settings"
                    }
                ]
            }
        },
        "\/seopress\/v1\/posts\/(?P<id>\\d+)\/page-preview": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/seopress\/v1\/posts\/(?P<id>\\d+)\/preview-title-description-metas": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/seopress\/v1\/search-url": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/search-url"
                    }
                ]
            }
        },
        "\/seopress\/v1\/posts\/(?P<id>\\d+)\/target-keywords": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/seopress\/v1\/posts\/(?P<id>\\d+)\/title-description-metas": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/seopress\/v1\/ga4": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/ga4"
                    }
                ]
            }
        },
        "\/seopress\/v1\/matomo": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/matomo"
                    }
                ]
            }
        },
        "\/seopress\/v1\/seo-issues\/(?P<id>\\d+)": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/seopress\/v1\/seo-issues": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        },
                        "ignore": {
                            "required": false
                        },
                        "type": {
                            "required": false
                        },
                        "priority": {
                            "required": false
                        },
                        "name": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/seo-issues"
                    }
                ]
            }
        },
        "\/seopress\/v1\/posts\/(?P<id>\\d+)\/inspect": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/seopress\/v1\/posts\/(?P<id>\\d+)\/generate-metas-by-ai": {
            "namespace": "seopress\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        },
                        "lang": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/seopress\/v1\/posts\/(?P<id>\\d+)\/significant-keywords": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/seopress\/v1\/posts\/(?P<id>\\d+)\/google-news-settings": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/seopress\/v1\/posts\/(?P<id>\\d+)\/video-sitemap": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/seopress\/v1\/page-speed": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "device": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/page-speed"
                    }
                ]
            }
        },
        "\/seopress\/v1\/redirections": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        },
                        "enabled": {
                            "required": false
                        },
                        "type": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/seopress\/v1\/redirections"
                    }
                ]
            }
        },
        "\/seopress\/v1\/posts\/(?P<id>\\d+)\/schemas-manual": {
            "namespace": "seopress\/v1",
            "methods": [
                "GET",
                "PUT"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "PUT"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/flowmattic\/v1\/workflow-assistance": {
            "namespace": "flowmattic\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/flowmattic\/v1\/workflow-assistance"
                    }
                ]
            }
        },
        "\/flowmattic\/v1\/workflow-share\/(?P<uniq_id>[a-zA-Z0-9\\+\/=_%-]+)": {
            "namespace": "flowmattic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "uniq_id": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/flowmattic\/v1\/ajax": {
            "namespace": "flowmattic\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/flowmattic\/v1\/ajax"
                    }
                ]
            }
        },
        "\/flowmattic\/v1\/embed\/chatbot": {
            "namespace": "flowmattic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/flowmattic\/v1\/embed\/chatbot"
                    }
                ]
            }
        },
        "\/flowmattic\/v1\/embed\/chatbot\/widget": {
            "namespace": "flowmattic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/flowmattic\/v1\/embed\/chatbot\/widget"
                    }
                ]
            }
        },
        "\/flowmattic\/v1\/embed\/table": {
            "namespace": "flowmattic\/v1",
            "methods": [
                "GET",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/flowmattic\/v1\/embed\/table"
                    }
                ]
            }
        },
        "\/webhook": {
            "namespace": "webhook",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "webhook",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/webhook"
                    }
                ]
            }
        },
        "\/webhook\/capture\/(?P<workflow_id>[a-zA-Z0-9]+)": {
            "namespace": "webhook",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/flowmattic\/hitl": {
            "namespace": "flowmattic\/hitl",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "flowmattic\/hitl",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/flowmattic\/hitl"
                    }
                ]
            }
        },
        "\/flowmattic\/hitl\/approve\/(?P<request_id>[a-f0-9\\-]+)": {
            "namespace": "flowmattic\/hitl",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "request_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/flowmattic\/hitl\/reject\/(?P<request_id>[a-f0-9\\-]+)": {
            "namespace": "flowmattic\/hitl",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "request_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/flowmattic\/hitl\/view\/(?P<request_id>[a-f0-9\\-]+)": {
            "namespace": "flowmattic\/hitl",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "request_id": {
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/flowmattic\/hitl\/update-message\/(?P<request_id>[a-f0-9\\-]+)": {
            "namespace": "flowmattic\/hitl",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "request_id": {
                            "required": true
                        },
                        "message": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/flowmattic\/v1\/secret\/(?P<id>[a-zA-Z0-9]+)": {
            "namespace": "flowmattic\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/flowmattic\/v1\/secret\/(?P<id>[a-zA-Z0-9]+)\/reveal": {
            "namespace": "flowmattic\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "type": "string",
                            "required": true
                        },
                        "password": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "google-site-kit\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/setup-tag": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/site\/data\/setup-tag"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/connection": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/site\/data\/connection"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/authentication": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/authentication"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/disconnect": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/disconnect"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/get-token": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/get-token"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/user-input-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "questions": {
                                        "purpose": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "postFrequency": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "goals": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "includeConversionEvents": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/user-input-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/audience-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "minProperties": 1,
                                    "additionalProperties": false,
                                    "properties": {
                                        "configuredAudiences": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        },
                                        "isAudienceSegmentationWidgetHidden": {
                                            "type": "boolean"
                                        },
                                        "didSetAudiences": {
                                            "type": "boolean"
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/audience-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/conversion-reporting-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "minProperties": 1,
                                    "additionalProperties": false,
                                    "properties": {
                                        "newEventsCalloutDismissedAt": {
                                            "type": "integer"
                                        },
                                        "lostEventsCalloutDismissedAt": {
                                            "type": "integer"
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/conversion-reporting-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/list": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/list"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/activation": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/activation"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/info": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u7528\u4e8e\u6a21\u5757\u5316\u6807\u8bc6\u7b26",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/info"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/check-access": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u7528\u4e8e\u6a21\u5757\u5316\u6807\u8bc6\u7b26",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/check-access"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/notifications": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u7528\u4e8e\u6a21\u5757\u5316\u6807\u8bc6\u7b26",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u7528\u4e8e\u6a21\u5757\u5316\u6807\u8bc6\u7b26",
                            "default": null,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u7528\u4e8e\u6a21\u5757\u5316\u6807\u8bc6\u7b26",
                            "default": null,
                            "required": false
                        },
                        "data": {
                            "type": "object",
                            "description": "\u8bbe\u7f6e\u6210\u529f",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/data-available": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u7528\u4e8e\u6a21\u5757\u5316\u6807\u8bc6\u7b26",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/modules\/(?P<slug>[a-z0-9\\-]+)\/data\/(?P<datapoint>[a-z\\-]+)": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u7528\u4e8e\u6a21\u5757\u5316\u6807\u8bc6\u7b26",
                            "default": null,
                            "required": false
                        },
                        "datapoint": {
                            "type": "string",
                            "description": "\u6a21\u5757\u5316\u6570\u636e\u70b9\u7684\u5730\u5740",
                            "default": null,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "\u7528\u4e8e\u6a21\u5757\u5316\u6807\u8bc6\u7b26",
                            "default": null,
                            "required": false
                        },
                        "datapoint": {
                            "type": "string",
                            "description": "\u6a21\u5757\u5316\u6570\u636e\u70b9\u7684\u5730\u5740",
                            "default": null,
                            "required": false
                        },
                        "data": {
                            "type": "object",
                            "description": "\u6570\u636e\u7528\u4e8e\u8bbe\u7f6e",
                            "default": null,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/recover-modules": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/recover-modules"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/modules\/data\/sharing-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/modules\/data\/sharing-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-items": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "minProperties": 1,
                            "additionalProperties": false,
                            "properties": {
                                "slugs": {
                                    "type": "array",
                                    "required": true,
                                    "items": {
                                        "type": "string"
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-items"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-item": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-item"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/expirable-items": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/expirable-items"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/set-expirable-item-timers": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "array",
                            "description": "",
                            "default": null,
                            "items": {
                                "type": "object",
                                "additionalProperties": false,
                                "properties": {
                                    "slug": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "expiration": {
                                        "type": "integer",
                                        "required": true
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/set-expirable-item-timers"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/permissions": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/permissions"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/nonces": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/nonces"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-trigger": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "triggerID": {
                                    "type": "string",
                                    "required": true
                                },
                                "ttl": {
                                    "type": "integer",
                                    "minimum": 0
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-trigger"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-event": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "session": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "session_id": {
                                            "type": "string",
                                            "required": true
                                        },
                                        "session_token": {
                                            "type": "string",
                                            "required": true
                                        }
                                    }
                                },
                                "event": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "survey_shown": {
                                            "type": "object"
                                        },
                                        "survey_closed": {
                                            "type": "object"
                                        },
                                        "question_answered": {
                                            "type": "object"
                                        },
                                        "completion_shown": {
                                            "type": "object"
                                        },
                                        "follow_up_link_clicked": {
                                            "type": "object"
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-event"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey-timeouts": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey-timeouts"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/survey": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/survey"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/reset": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/site\/data\/reset"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/reset-persistent": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/site\/data\/reset-persistent"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/developer-plugin": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/site\/data\/developer-plugin"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/tracking": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "required": true
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/tracking"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/search\/data\/entity-search": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "query": {
                            "type": "string",
                            "description": "\u8981\u641c\u7d22\u7684\u6587\u672c\u5185\u5bb9",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/search\/data\/entity-search"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/admin-bar-settings": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "enabled": {
                                    "type": "boolean",
                                    "required": false
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/site\/data\/admin-bar-settings"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/notifications": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/site\/data\/notifications"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/mark-notification": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/site\/data\/mark-notification"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/site-health-tag-placement-test": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/site\/data\/site-health-tag-placement-test"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/health-checks": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/site\/data\/health-checks"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-tours": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-tours"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-tour": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-tour"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/key-metrics": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "isWidgetHidden": {
                                            "type": "boolean",
                                            "required": true
                                        },
                                        "widgetSlugs": {
                                            "type": "array",
                                            "required": false,
                                            "maxItems": 8,
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/key-metrics"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismissed-prompts": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismissed-prompts"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/user\/data\/dismiss-prompt": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/user\/data\/dismiss-prompt"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/consent-mode": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "minProperties": 1,
                                    "additionalProperties": false,
                                    "properties": {
                                        "enabled": {
                                            "type": "boolean"
                                        },
                                        "regions": {
                                            "type": "array",
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/site\/data\/consent-mode"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/consent-api-info": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/site\/data\/consent-api-info"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/consent-api-activate": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/site\/data\/consent-api-activate"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/ads-measurement-status": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/site\/data\/ads-measurement-status"
                    }
                ]
            }
        },
        "\/google-site-kit\/v1\/core\/site\/data\/conversion-tracking": {
            "namespace": "google-site-kit\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "description": "",
                            "default": null,
                            "properties": {
                                "settings": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "enabled": {
                                            "type": "boolean",
                                            "required": true
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/google-site-kit\/v1\/core\/site\/data\/conversion-tracking"
                    }
                ]
            }
        },
        "\/betterdocs": {
            "namespace": "betterdocs",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "betterdocs",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs"
                    }
                ]
            }
        },
        "\/betterdocs\/faq\/sample_data": {
            "namespace": "betterdocs",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/faq\/sample_data"
                    }
                ]
            }
        },
        "\/betterdocs\/faq\/posts\/(?P<type>\\S+)": {
            "namespace": "betterdocs",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/betterdocs\/faq\/create_category": {
            "namespace": "betterdocs",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/faq\/create_category"
                    }
                ]
            }
        },
        "\/betterdocs\/faq\/update_category": {
            "namespace": "betterdocs",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/faq\/update_category"
                    }
                ]
            }
        },
        "\/betterdocs\/faq\/delete_category": {
            "namespace": "betterdocs",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/faq\/delete_category"
                    }
                ]
            }
        },
        "\/betterdocs\/faq\/create_post": {
            "namespace": "betterdocs",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/faq\/create_post"
                    }
                ]
            }
        },
        "\/betterdocs\/faq\/update_post": {
            "namespace": "betterdocs",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/faq\/update_post"
                    }
                ]
            }
        },
        "\/betterdocs\/faq\/delete_post": {
            "namespace": "betterdocs",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/faq\/delete_post"
                    }
                ]
            }
        },
        "\/betterdocs\/faq\/category_status": {
            "namespace": "betterdocs",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/faq\/category_status"
                    }
                ]
            }
        },
        "\/betterdocs\/faq\/category_order": {
            "namespace": "betterdocs",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/faq\/category_order"
                    }
                ]
            }
        },
        "\/betterdocs\/faq\/update_order_by_category": {
            "namespace": "betterdocs",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/faq\/update_order_by_category"
                    }
                ]
            }
        },
        "\/betterdocs\/faq\/uncategorised": {
            "namespace": "betterdocs",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/faq\/uncategorised"
                    }
                ]
            }
        },
        "\/betterdocs\/faq\/category_search": {
            "namespace": "betterdocs",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "title": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/faq\/category_search"
                    }
                ]
            }
        },
        "\/betterdocs\/glossary\/sample_data": {
            "namespace": "betterdocs",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/glossary\/sample_data"
                    }
                ]
            }
        },
        "\/betterdocs\/glossary\/posts\/(?P<type>\\S+)": {
            "namespace": "betterdocs",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/betterdocs\/glossary\/create_glossary": {
            "namespace": "betterdocs",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/glossary\/create_glossary"
                    }
                ]
            }
        },
        "\/betterdocs\/glossary\/update_glossary": {
            "namespace": "betterdocs",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/glossary\/update_glossary"
                    }
                ]
            }
        },
        "\/betterdocs\/glossary\/delete_glossary": {
            "namespace": "betterdocs",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/glossary\/delete_glossary"
                    }
                ]
            }
        },
        "\/betterdocs\/glossary\/glossary_status": {
            "namespace": "betterdocs",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/glossary\/glossary_status"
                    }
                ]
            }
        },
        "\/betterdocs\/glossary\/glossaries_order": {
            "namespace": "betterdocs",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/glossary\/glossaries_order"
                    }
                ]
            }
        },
        "\/betterdocs\/glossary\/update_order_by_glossary": {
            "namespace": "betterdocs",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/glossary\/update_order_by_glossary"
                    }
                ]
            }
        },
        "\/betterdocs\/glossary\/glossary_search": {
            "namespace": "betterdocs",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "title": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/glossary\/glossary_search"
                    }
                ]
            }
        },
        "\/betterdocs\/glossary\/glossary_count": {
            "namespace": "betterdocs",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/glossary\/glossary_count"
                    }
                ]
            }
        },
        "\/betterdocs\/glossary\/get_glossaries": {
            "namespace": "betterdocs",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/glossary\/get_glossaries"
                    }
                ]
            }
        },
        "\/betterdocs-pro\/v1": {
            "namespace": "betterdocs-pro\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "betterdocs-pro\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs-pro\/v1"
                    }
                ]
            }
        },
        "\/betterdocs-pro\/v1\/license\/activate": {
            "namespace": "betterdocs-pro\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "license_key": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs-pro\/v1\/license\/activate"
                    }
                ]
            }
        },
        "\/betterdocs-pro\/v1\/license\/deactivate": {
            "namespace": "betterdocs-pro\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs-pro\/v1\/license\/deactivate"
                    }
                ]
            }
        },
        "\/betterdocs-pro\/v1\/license\/submit-otp": {
            "namespace": "betterdocs-pro\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "license_key": {
                            "required": true
                        },
                        "otp": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs-pro\/v1\/license\/submit-otp"
                    }
                ]
            }
        },
        "\/betterdocs-pro\/v1\/license\/resend-otp": {
            "namespace": "betterdocs-pro\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "license_key": {
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs-pro\/v1\/license\/resend-otp"
                    }
                ]
            }
        },
        "\/betterdocs-pro\/v1\/license\/get-license": {
            "namespace": "betterdocs-pro\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs-pro\/v1\/license\/get-license"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/overview": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/overview"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/feedbacks": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/feedbacks"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/feedbacks\/(?P<type>\\S+)": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/betterdocs\/v1\/search\/(?P<type>\\S+)": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/betterdocs\/v1\/leading_docs": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/leading_docs"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/leading_docs\/(?P<type>\\S+)": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/betterdocs\/v1\/leading(?P<type>\\S+)": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/betterdocs\/v1\/docs_order": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "orderby": {
                            "required": false
                        },
                        "order": {
                            "required": false
                        },
                        "per_page": {
                            "required": false
                        },
                        "doc_category": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/docs_order"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/knowledge_base": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/knowledge_base"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/doc_category": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "orderby": {
                            "required": false
                        },
                        "order": {
                            "required": false
                        },
                        "per_page": {
                            "required": false
                        },
                        "doc_category": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/doc_category"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/ask": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/ask"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/feedback": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/feedback"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/plugin_info": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/plugin_info"
                    }
                ]
            }
        },
        "\/betterdocs\/v1\/popular_search_keyword": {
            "namespace": "betterdocs\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/betterdocs\/v1\/popular_search_keyword"
                    }
                ]
            }
        },
        "\/divi\/v1": {
            "namespace": "divi\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "divi\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/divi\/v1"
                    }
                ]
            }
        },
        "\/divi\/v1\/get_layout_content": {
            "namespace": "divi\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "required": false
                        },
                        "nonce": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/divi\/v1\/get_layout_content"
                    }
                ]
            }
        },
        "\/divi\/v1\/block\/layout\/builder_edit_data": {
            "namespace": "divi\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "action": {
                            "required": false
                        },
                        "postId": {
                            "required": false
                        },
                        "blockId": {
                            "required": false
                        },
                        "layoutContent": {
                            "required": false
                        },
                        "nonce": {
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/divi\/v1\/block\/layout\/builder_edit_data"
                    }
                ]
            }
        },
        "\/ultp\/v2\/get_single_premade": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/get_single_premade"
                    }
                ]
            }
        },
        "\/ultp\/v2\/condition": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/condition"
                    }
                ]
            }
        },
        "\/ultp\/v2\/condition_save": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/condition_save"
                    }
                ]
            }
        },
        "\/ultp\/v2\/data_builder": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/data_builder"
                    }
                ]
            }
        },
        "\/ultp\/v2\/get_dynamic_content": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/get_dynamic_content"
                    }
                ]
            }
        },
        "\/ultp\/v2\/get_custom_fields": {
            "namespace": "ultp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/ultp\/v2\/get_custom_fields"
                    }
                ]
            }
        },
        "\/affwp\/v1": {
            "namespace": "affwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "affwp\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/affwp\/v1"
                    }
                ]
            }
        },
        "\/affwp\/v1\/payouts": {
            "namespace": "affwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "default": "view",
                            "required": false
                        },
                        "number": {
                            "description": "The number of items to query for. Use -1 for all.",
                            "required": false
                        },
                        "offset": {
                            "description": "The number of items to offset in the query.",
                            "required": false
                        },
                        "order": {
                            "description": "How to order results. Accepts ASC (ascending) or DESC (descending).",
                            "required": false
                        },
                        "fields": {
                            "description": "Fields to limit the selection for. Accepts 'ids'. Default '*' for all.",
                            "required": false
                        },
                        "response_callback": {
                            "description": "A callback to pass the response through before returning.",
                            "required": false
                        },
                        "payout_id": {
                            "description": "The payout ID or array of IDs to query for.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "affiliate_id": {
                            "description": "The affiliate ID or array of IDs to query payouts for.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "referrals": {
                            "description": "Referral ID or array of referral IDs to retrieve payouts for.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "amount": {
                            "description": "Payout amount (float) or min\/max range (array) to retrieve payouts for.",
                            "required": false
                        },
                        "amount_compare": {
                            "description": "Comparison operator used with 'amount'. Accepts '>', '<', '>=', '<=', '=', or '!='.",
                            "required": false
                        },
                        "owner": {
                            "description": "ID or array of IDs for users who generated payouts. Default empty.",
                            "required": false
                        },
                        "status": {
                            "description": "The payout status. Accepts 'paid' or 'failed'.",
                            "required": false
                        },
                        "orderby": {
                            "description": "Payouts table column to order by.",
                            "required": false
                        },
                        "date": {
                            "description": "The date array or string to query payouts within.",
                            "required": false
                        },
                        "filter": {
                            "description": "Use any get_payouts() arguments to modify the response.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/affwp\/v1\/payouts"
                    }
                ]
            }
        },
        "\/affwp\/v1\/payouts\/(?P<id>\\d+)": {
            "namespace": "affwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/affwp\/v1\/affiliates": {
            "namespace": "affwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "default": "view",
                            "required": false
                        },
                        "number": {
                            "description": "The number of items to query for. Use -1 for all.",
                            "required": false
                        },
                        "offset": {
                            "description": "The number of items to offset in the query.",
                            "required": false
                        },
                        "order": {
                            "description": "How to order results. Accepts ASC (ascending) or DESC (descending).",
                            "required": false
                        },
                        "fields": {
                            "description": "Fields to limit the selection for. Accepts 'ids'. Default '*' for all.",
                            "required": false
                        },
                        "rest_id": {
                            "description": "The rest ID (site:object ID combination)",
                            "required": false
                        },
                        "response_callback": {
                            "description": "A callback to pass the response through before returning.",
                            "required": false
                        },
                        "affiliate_id": {
                            "description": "The affiliate ID or array of IDs to query for.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "user_id": {
                            "description": "The user ID or array of IDs to query payouts for.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "exclude": {
                            "description": "Affiliate ID or array of IDs to exclude from the query.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search": {
                            "description": "Terms to search for affiliates. Accepts an affiliate ID or a string.",
                            "required": false
                        },
                        "status": {
                            "description": "The affiliate status. Accepts 'active', 'inactive', 'pending', or 'rejected'.",
                            "required": false
                        },
                        "orderby": {
                            "description": "Affiliates table column to order by.",
                            "required": false
                        },
                        "date": {
                            "description": "The date array or string to query affiliate registrations within.",
                            "required": false
                        },
                        "filter": {
                            "description": "Use any get_affiliates() arguments to modify the response.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/affwp\/v1\/affiliates"
                    }
                ]
            }
        },
        "\/affwp\/v1\/affiliates\/((?P<id>\\d+)|(?P<username>\\w+))": {
            "namespace": "affwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "user": {
                            "description": "Whether to include a modified user object in the response.",
                            "required": false
                        },
                        "meta": {
                            "description": "Whether to include the affiliate meta in the response.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/affwp\/v1\/sales": {
            "namespace": "affwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "default": "view",
                            "required": false
                        },
                        "number": {
                            "description": "The number of items to query for. Use -1 for all.",
                            "required": false
                        },
                        "offset": {
                            "description": "The number of items to offset in the query.",
                            "required": false
                        },
                        "order": {
                            "description": "How to order results. Accepts ASC (ascending) or DESC (descending).",
                            "required": false
                        },
                        "fields": {
                            "description": "Fields to limit the selection for. Accepts 'ids'. Default '*' for all.",
                            "required": false
                        },
                        "rest_id": {
                            "description": "The rest ID (site:object ID combination)",
                            "required": false
                        },
                        "response_callback": {
                            "description": "A callback to pass the response through before returning.",
                            "required": false
                        },
                        "referral_id": {
                            "description": "The referral ID or array of IDs to query for.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "affiliate_id": {
                            "description": "The affiliate ID or array of IDs to query for.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "reference": {
                            "description": "Reference information (product ID) for the sale.",
                            "required": false
                        },
                        "ref_context": {
                            "description": "The context under which the sale was created (integration).",
                            "required": false
                        },
                        "campaign": {
                            "description": "The associated campaign.",
                            "required": false
                        },
                        "status": {
                            "description": "The sale status or array of statuses.",
                            "required": false
                        },
                        "orderby": {
                            "description": "sales table column to order by.",
                            "required": false
                        },
                        "search": {
                            "description": "A referral ID or the search string to query for sales with.",
                            "required": false
                        },
                        "date": {
                            "description": "The date array or string to query sales within.",
                            "required": false
                        },
                        "parent_id": {
                            "description": "The parent referral ID or array of IDs to query for.",
                            "required": false
                        },
                        "filter": {
                            "description": "Use any get_sales() arguments to modify the response.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/affwp\/v1\/sales"
                    }
                ]
            }
        },
        "\/affwp\/v1\/sales\/(?P<id>\\d+)": {
            "namespace": "affwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/affwp\/v1\/referrals": {
            "namespace": "affwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "default": "view",
                            "required": false
                        },
                        "number": {
                            "description": "The number of items to query for. Use -1 for all.",
                            "required": false
                        },
                        "offset": {
                            "description": "The number of items to offset in the query.",
                            "required": false
                        },
                        "order": {
                            "description": "How to order results. Accepts ASC (ascending) or DESC (descending).",
                            "required": false
                        },
                        "fields": {
                            "description": "Fields to limit the selection for. Accepts 'ids'. Default '*' for all.",
                            "required": false
                        },
                        "rest_id": {
                            "description": "The rest ID (site:object ID combination)",
                            "required": false
                        },
                        "response_callback": {
                            "description": "A callback to pass the response through before returning.",
                            "required": false
                        },
                        "referral_id": {
                            "description": "The referral ID or array of IDs to query for.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "affiliate_id": {
                            "description": "The affiliate ID or array of IDs to query for.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "reference": {
                            "description": "Reference information (product ID) for the referral.",
                            "required": false
                        },
                        "ref_context": {
                            "description": "The context under which the referral was created (integration).",
                            "required": false
                        },
                        "campaign": {
                            "description": "The associated campaign.",
                            "required": false
                        },
                        "status": {
                            "description": "The referral status or array of statuses.",
                            "required": false
                        },
                        "orderby": {
                            "description": "Referrals table column to order by.",
                            "required": false
                        },
                        "search": {
                            "description": "A referral ID or the search string to query for referrals with.",
                            "required": false
                        },
                        "date": {
                            "description": "The date array or string to query referrals within.",
                            "required": false
                        },
                        "parent_id": {
                            "description": "The parent referral ID or array of IDs to query for.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "filter": {
                            "description": "Use any get_referrals() arguments to modify the response.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/affwp\/v1\/referrals"
                    }
                ]
            }
        },
        "\/affwp\/v1\/referrals\/(?P<id>\\d+)": {
            "namespace": "affwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/affwp\/v1\/visits": {
            "namespace": "affwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "default": "view",
                            "required": false
                        },
                        "number": {
                            "description": "The number of items to query for. Use -1 for all.",
                            "required": false
                        },
                        "offset": {
                            "description": "The number of items to offset in the query.",
                            "required": false
                        },
                        "order": {
                            "description": "How to order results. Accepts ASC (ascending) or DESC (descending).",
                            "required": false
                        },
                        "fields": {
                            "description": "Fields to limit the selection for. Accepts 'ids'. Default '*' for all.",
                            "required": false
                        },
                        "rest_id": {
                            "description": "The rest ID (site:object ID combination)",
                            "required": false
                        },
                        "response_callback": {
                            "description": "A callback to pass the response through before returning.",
                            "required": false
                        },
                        "visit_id": {
                            "description": "The visit ID or array of IDs to query visits for.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "affiliate_id": {
                            "description": "The affiliate ID or array of IDs to query visits for.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "referral_id": {
                            "description": "The referral ID or array of IDs to query visits for.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "referral_status": {
                            "description": "The referral status or array of statuses to retrieve visits for.",
                            "required": false
                        },
                        "visit_context": {
                            "description": "The context under which the visit was created.",
                            "required": false
                        },
                        "campaign": {
                            "description": "The associated campaign.",
                            "required": false
                        },
                        "orderby": {
                            "description": "Visits table column to order by.",
                            "required": false
                        },
                        "filter": {
                            "description": "Use any get_visits() arguments to modify the response.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/affwp\/v1\/visits"
                    }
                ]
            }
        },
        "\/affwp\/v1\/visits\/(?P<id>\\d+)": {
            "namespace": "affwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/affwp\/v1\/customers": {
            "namespace": "affwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "default": "view",
                            "required": false
                        },
                        "number": {
                            "description": "The number of items to query for. Use -1 for all.",
                            "required": false
                        },
                        "offset": {
                            "description": "The number of items to offset in the query.",
                            "required": false
                        },
                        "order": {
                            "description": "How to order results. Accepts ASC (ascending) or DESC (descending).",
                            "required": false
                        },
                        "fields": {
                            "description": "Fields to limit the selection for. Accepts 'ids'. Default '*' for all.",
                            "required": false
                        },
                        "response_callback": {
                            "description": "A callback to pass the response through before returning.",
                            "required": false
                        },
                        "customer_id": {
                            "description": "The customer ID or comma-separated list of IDs to query for.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "user_id": {
                            "description": "The user ID or comma-separated list of IDs to query customers for.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "exclude": {
                            "description": "Customer ID or comma-separated list of IDs to exclude.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "email": {
                            "description": "The customer email or array of emails to query customers for.",
                            "required": false
                        },
                        "orderby": {
                            "description": "Customers table column to order by.",
                            "required": false
                        },
                        "date": {
                            "description": "The date array or string to query customers within.",
                            "required": false
                        },
                        "filter": {
                            "description": "Use any get_customers() arguments to modify the response.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/affwp\/v1\/customers"
                    }
                ]
            }
        },
        "\/affwp\/v1\/customers\/((?P<id>\\d+)|(?P<email>.+))": {
            "namespace": "affwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "user": {
                            "description": "Whether to include a modified user object in the response.",
                            "required": false
                        },
                        "meta": {
                            "description": "Whether to include the customer meta in the response.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/affwp\/v1\/campaigns": {
            "namespace": "affwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "default": "view",
                            "required": false
                        },
                        "number": {
                            "description": "The number of items to query for. Use -1 for all.",
                            "required": false
                        },
                        "offset": {
                            "description": "The number of items to offset in the query.",
                            "required": false
                        },
                        "order": {
                            "description": "How to order results. Accepts ASC (ascending) or DESC (descending).",
                            "required": false
                        },
                        "fields": {
                            "description": "Fields to limit the selection for. Accepts 'ids'. Default '*' for all.",
                            "required": false
                        },
                        "rest_id": {
                            "description": "The rest ID (site:object ID combination)",
                            "required": false
                        },
                        "response_callback": {
                            "description": "A callback to pass the response through before returning.",
                            "required": false
                        },
                        "affiliate_id": {
                            "description": "The affiliate ID the campaign belongs to.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "visits": {
                            "description": "The total number of (non-unique) visits recorded for the campaign.",
                            "required": false
                        },
                        "unique_visits": {
                            "description": "The number of visits (unique by referrer) recorded for the campaign.",
                            "required": false
                        },
                        "referrals": {
                            "description": "The number of referrals recorded against the campaign.",
                            "required": false
                        },
                        "hash": {
                            "description": "The unique hash for this campaign.",
                            "required": false
                        },
                        "conversion_rate": {
                            "description": "The conversion rate for the campaign (ratio of visits divided by referrals).",
                            "required": false
                        },
                        "orderby": {
                            "description": "Campaigns view column to order by.",
                            "required": false
                        },
                        "filter": {
                            "description": "Use any get_campaigns() arguments to modify the response.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/affwp\/v1\/campaigns"
                    }
                ]
            }
        },
        "\/affwp\/v1\/creatives": {
            "namespace": "affwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made; determines fields present in response.",
                            "type": "string",
                            "default": "view",
                            "required": false
                        },
                        "number": {
                            "description": "The number of items to query for. Use -1 for all.",
                            "required": false
                        },
                        "offset": {
                            "description": "The number of items to offset in the query.",
                            "required": false
                        },
                        "order": {
                            "description": "How to order results. Accepts ASC (ascending) or DESC (descending).",
                            "required": false
                        },
                        "fields": {
                            "description": "Fields to limit the selection for. Accepts 'ids'. Default '*' for all.",
                            "required": false
                        },
                        "response_callback": {
                            "description": "A callback to pass the response through before returning.",
                            "required": false
                        },
                        "creative_id": {
                            "description": "The creative ID or array of IDs to query for.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "status": {
                            "description": "The creative status. Accepts 'active' or 'inactive'.",
                            "required": false
                        },
                        "orderby": {
                            "description": "Creatives table column to order by.",
                            "required": false
                        },
                        "filter": {
                            "description": "Use any get_creatives() arguments to modify the response.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/affwp\/v1\/creatives"
                    }
                ]
            }
        },
        "\/affwp\/v1\/creatives\/(?P<id>\\d+)": {
            "namespace": "affwp\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/affwp\/v1\/notifications": {
            "namespace": "affwp\/v1",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/affwp\/v1\/notifications"
                    }
                ]
            }
        },
        "\/affwp\/v1\/notifications\/(?P<id>\\d+)": {
            "namespace": "affwp\/v1",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "ID of the notification.",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u540e\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u4f5c\u8005\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a\u7ed9\u7279\u5b9a\u4f5c\u8005\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u524d\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u5982\u4f55\u89e3\u91ca\u641c\u7d22\u8f93\u5165\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u6587\u7ae0\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "rand",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u9700\u8981\u641c\u7d22\u7684\u680f\u4f4d\u540d\u79f0\u7ec4\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u7279\u5b9a\u522b\u540d\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u72b6\u6001\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "sc_archived",
                                    "suremembers_archive",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u57fa\u4e8e\u591a\u4e2a\u5206\u7c7b\u6cd5\u95f4\u7684\u5173\u7cfb\u9650\u5236\u7ed3\u679c\u96c6\u3002",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 categories \u5206\u7c7b\u6cd5\u4e2d\u6307\u5b9a\u4e86\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\u662f\u5426\u5728\u9650\u5236\u7ed3\u679c\u96c6\u7684\u9879\u76ee\u4e2d\u5305\u542b\u5b50\u9879\u76ee\u3002",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "\u9879\u76ee\u662f\u5426\u5fc5\u987b\u5206\u914d\u6240\u6709\u6216\u4efb\u4f55\u6307\u5b9a\u7684\u672f\u8bed\u3002",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 categories \u5206\u7c7b\u6cd5\u4e2d\u672a\u6307\u5b9a\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\u662f\u5426\u5728\u9650\u5236\u7ed3\u679c\u96c6\u7684\u9879\u76ee\u4e2d\u5305\u542b\u5b50\u9879\u76ee\u3002",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 tags \u5206\u7c7b\u6cd5\u4e2d\u6307\u5b9a\u4e86\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u9879\u76ee\u662f\u5426\u5fc5\u987b\u5206\u914d\u6240\u6709\u6216\u4efb\u4f55\u6307\u5b9a\u7684\u672f\u8bed\u3002",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 tags \u5206\u7c7b\u6cd5\u4e2d\u672a\u6307\u5b9a\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7f6e\u9876\u9879\u76ee\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "ignore_sticky": {
                            "description": "\u662f\u5426\u5ffd\u7565\u7f6e\u9876\u6587\u7ae0\u3002",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        },
                        "format": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5206\u914d\u4e00\u4e2a\u6216\u591a\u4e2a\u6307\u5b9a\u683c\u5f0f\u7684\u9879\u3002",
                            "type": "array",
                            "uniqueItems": true,
                            "items": {
                                "enum": [
                                    "standard",
                                    "aside",
                                    "chat",
                                    "gallery",
                                    "link",
                                    "image",
                                    "quote",
                                    "status",
                                    "video",
                                    "audio"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u5f00\u653e\u8bc4\u8bba\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u63a5\u53d7 Ping\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\u6587\u7ae0\u7684\u5f62\u5f0f\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "\u6587\u7ae0\u662f\u5426\u4e3a\u7f6e\u9876\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5728 category \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u5728 post_tag \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/posts"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "\u8986\u76d6\u9ed8\u8ba4\u6458\u8981\u957f\u5ea6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "\u8be5\u6587\u7ae0\u7684\u5bc6\u7801\uff0c\u5982\u6587\u7ae0\u53d7\u5bc6\u7801\u4fdd\u62a4\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u5f00\u653e\u8bc4\u8bba\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u63a5\u53d7 Ping\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\u6587\u7ae0\u7684\u5f62\u5f0f\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "\u6587\u7ae0\u662f\u5426\u4e3a\u7f6e\u9876\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5728 category \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u5728 post_tag \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u4fee\u8ba2\u7248\u672c\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u5f00\u653e\u8bc4\u8bba\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u63a5\u53d7 Ping\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "\u6587\u7ae0\u7684\u5f62\u5f0f\u3002",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "\u6587\u7ae0\u662f\u5426\u4e3a\u7f6e\u9876\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "\u5728 category \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "\u5728 post_tag \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u540e\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u4f5c\u8005\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a\u7ed9\u7279\u5b9a\u4f5c\u8005\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u524d\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u7279\u5b9a menu_order \u7684\u6587\u7ae0\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u5982\u4f55\u89e3\u91ca\u641c\u7d22\u8f93\u5165\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u6587\u7ae0\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order",
                                "rand",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u7236 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u9700\u8981\u641c\u7d22\u7684\u680f\u4f4d\u540d\u79f0\u7ec4\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u7279\u5b9a\u522b\u540d\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u72b6\u6001\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "sc_archived",
                                    "suremembers_archive",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u6587\u7ae0\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u5f00\u653e\u8bc4\u8bba\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u63a5\u53d7 Ping\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u6587\u7ae0\u4e0e\u5176\u4ed6\u6587\u7ae0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/pages"
                    }
                ]
            }
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "\u8986\u76d6\u9ed8\u8ba4\u6458\u8981\u957f\u5ea6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "\u8be5\u6587\u7ae0\u7684\u5bc6\u7801\uff0c\u5982\u6587\u7ae0\u53d7\u5bc6\u7801\u4fdd\u62a4\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u6587\u7ae0\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u5f00\u653e\u8bc4\u8bba\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u63a5\u53d7 Ping\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u6587\u7ae0\u4e0e\u5176\u4ed6\u6587\u7ae0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u4fee\u8ba2\u7248\u672c\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u6587\u7ae0\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u5f00\u653e\u8bc4\u8bba\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u63a5\u53d7 Ping\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u6587\u7ae0\u4e0e\u5176\u4ed6\u6587\u7ae0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u540e\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u4f5c\u8005\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a\u7ed9\u7279\u5b9a\u4f5c\u8005\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u524d\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u5982\u4f55\u89e3\u91ca\u641c\u7d22\u8f93\u5165\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u6587\u7ae0\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "rand",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u7236 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u9700\u8981\u641c\u7d22\u7684\u680f\u4f4d\u540d\u79f0\u7ec4\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u7279\u5b9a\u522b\u540d\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u72b6\u6001\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u67d0\u4e00\u5a92\u4f53\u7c7b\u578b\u7684\u9644\u4ef6\u3002",
                            "type": "string",
                            "enum": [
                                "image",
                                "video",
                                "text",
                                "application",
                                "audio"
                            ],
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u67d0\u4e00 MIME \u7c7b\u578b\u7684\u9644\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u5f00\u653e\u8bc4\u8bba\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u63a5\u53d7 Ping\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "sc_variant_option": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "\u5728\u9644\u4ef6\u672a\u80fd\u663e\u793a\u65f6\u663e\u793a\u7684\u66ff\u6362\u6587\u672c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "\u9644\u4ef6\u8bf4\u660e\u6587\u5b57\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u9644\u4ef6\u7684\u8bf4\u660e\u6587\u5b57\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u9644\u4ef6\u7684 HTML \u8bf4\u660e\u6587\u5b57\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u9644\u4ef6\u7684\u63cf\u8ff0\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u9644\u4ef6\u7684\u63cf\u8ff0\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u9644\u4ef6\u7684 HTML \u63cf\u8ff0\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "\u9644\u4ef6\u6240\u5c5e\u6587\u7ae0\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/media"
                    }
                ]
            }
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u5f00\u653e\u8bc4\u8bba\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u63a5\u53d7 Ping\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "sc_variant_option": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "alt_text": {
                            "description": "\u5728\u9644\u4ef6\u672a\u80fd\u663e\u793a\u65f6\u663e\u793a\u7684\u66ff\u6362\u6587\u672c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "\u9644\u4ef6\u8bf4\u660e\u6587\u5b57\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u9644\u4ef6\u7684\u8bf4\u660e\u6587\u5b57\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u9644\u4ef6\u7684 HTML \u8bf4\u660e\u6587\u5b57\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u9644\u4ef6\u7684\u63cf\u8ff0\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u9644\u4ef6\u7684\u63cf\u8ff0\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u9644\u4ef6\u7684 HTML \u63cf\u8ff0\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "\u9644\u4ef6\u6240\u5c5e\u6587\u7ae0\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u9644\u4ef6\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "action": {
                            "type": "string",
                            "enum": [
                                "create-image-subsizes"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/edit": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "src": {
                            "description": "\u5df2\u7ecf\u7f16\u8f91\u7684\u56fe\u7247\u6587\u4ef6 \u7684 URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "\u56fe\u7247\u7f16\u8f91\u6570\u7ec4\u3002",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "\u56fe\u7247\u7f16\u8f91",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "\u65cb\u8f6c",
                                        "properties": {
                                            "type": {
                                                "description": "\u65cb\u8f6c\u7c7b\u578b\u3002",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "\u65cb\u8f6c\u53c2\u6570\u3002",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "\u987a\u65f6\u9488\u65cb\u8f6c\u7684\u89d2\u5ea6\u3002",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "\u88c1\u526a",
                                        "properties": {
                                            "type": {
                                                "description": "\u88c1\u526a\u65b9\u5f0f\u3002",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "\u88c1\u526a\u53c2\u6570\u3002",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "\u4ece\u5de6\u8fb9\u5f00\u59cb\u88c1\u526a\u7684\u6c34\u5e73\u4f4d\u7f6e\u4ee5\u5360\u7528\u56fe\u7247\u5bbd\u5ea6\u7684\u767e\u5206\u6bd4\u8ba1\u7b97\u3002",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "\u4ece\u9876\u90e8\u5f00\u59cb\u88c1\u526a\u7684\u5782\u76f4\u4f4d\u7f6e\u4ee5\u5360\u7528\u56fe\u7247\u9ad8\u5ea6\u7684\u767e\u5206\u6bd4\u8ba1\u7b97\u3002",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "\u88c1\u526a\u5bbd\u5ea6\u4ee5\u5360\u7528\u56fe\u7247\u5bbd\u5ea6\u7684\u767e\u5206\u6bd4\u8ba1\u7b97\u3002",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "\u88c1\u526a\u7684\u9ad8\u5ea6\u4ee5\u5360\u7528\u56fe\u7247\u9ad8\u5ea6\u7684\u767e\u5206\u6bd4\u8ba1\u7b97\u3002",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "\u987a\u65f6\u9488\u65cb\u8f6c\u7684\u89d2\u5ea6\u91cf\u3002\u5df2\u5f03\u7528\uff1a\u8bf7\u6539\u4e3a\u4f7f\u7528 `modifiers` \u53c2\u6570\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "\u4ece X \u8f74\u5f00\u59cb\u88c1\u526a\u7684\u4f4d\u7f6e\u4ee5\u5360\u7528\u56fe\u7247\u7684\u767e\u5206\u6bd4\u8ba1\u7b97\u3002\u5df2\u5f03\u7528\u3002\u4f7f\u7528`modifiers`\u4ee3\u66ff\u3002",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "\u4ece Y \u8f74\u5f00\u59cb\u88c1\u526a\u7684\u4f4d\u7f6e\u4ee5\u5360\u7528\u56fe\u7247\u7684\u767e\u5206\u6bd4\u8ba1\u7b97\u3002\u5df2\u5f03\u7528\u3002\u4f7f\u7528`modifiers`\u4ee3\u66ff\u3002",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "\u88c1\u526a\u5bbd\u5ea6\u4ee5\u56fe\u7247\u6240\u5360\u7528\u7684\u767e\u5206\u6bd4\u8ba1\u7b97\u3002\u5df2\u5f03\u7528\u3002\u4f7f\u7528`modifiers`\u4ee3\u66ff\u3002",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "\u88c1\u526a\u9ad8\u5ea6\u4ee5\u56fe\u7247\u6240\u7ad9\u7528\u7684\u767e\u5206\u6bd4\u8ba1\u7b97\u3002\u5df2\u5f03\u7528\u3002\u4f7f\u7528`modifiers`\u4ee3\u66ff\u3002",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u540e\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u524d\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u5982\u4f55\u89e3\u91ca\u641c\u7d22\u8f93\u5165\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "menu_order",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u9700\u8981\u641c\u7d22\u7684\u680f\u4f4d\u540d\u79f0\u7ec4\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u7279\u5b9a\u522b\u540d\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u72b6\u6001\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "sc_archived",
                                    "suremembers_archive",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u57fa\u4e8e\u591a\u4e2a\u5206\u7c7b\u6cd5\u95f4\u7684\u5173\u7cfb\u9650\u5236\u7ed3\u679c\u96c6\u3002",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 menus \u5206\u7c7b\u6cd5\u4e2d\u6307\u5b9a\u4e86\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u9879\u76ee\u662f\u5426\u5fc5\u987b\u5206\u914d\u6240\u6709\u6216\u4efb\u4f55\u6307\u5b9a\u7684\u672f\u8bed\u3002",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menus_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 menus \u5206\u7c7b\u6cd5\u4e2d\u672a\u6307\u5b9a\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u7279\u5b9a menu_order \u7684\u6587\u7ae0\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "\u5bf9\u8c61\u7684\u6807\u9898\u3002",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u5bf9\u8c61\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u5bf9\u8c61\u7684 HTML \u6807\u9898\uff0c\u8f6c\u6362\u540e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "\u539f\u59cb\u8868\u793a\u7684\u5bf9\u8c61\u7ec4\uff0c\u5982\u300cpost_type\u300d\u6216\u300ctaxonomy\u300d\u3002",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5bf9\u8c61\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "\u5bf9\u8c61\u7684\u7236\u5bf9\u8c61 ID\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "\u6b64\u83dc\u5355\u9879\u7684 link \u5143\u7d20\u7684 title \u5c5e\u6027\u7684\u6587\u672c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "\u6b64\u83dc\u5355\u9879\u7684\u94fe\u63a5\u5143\u7d20\u7684\u7c7b\u540d\u79f0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u6b64\u83dc\u5355\u9879\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "\u5bfc\u822a\u83dc\u5355\u9879\u7684 nav_menu_item \u7684 DB ID\uff08\u5982\u679c\u6709\uff09\uff0c\u5426\u5219\u4e3a 0\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "\u5bf9\u8c61\u521d\u59cb\u7684\u8868\u793a\u7c7b\u578b\uff0c\u5982 \u300c\u5206\u7c7b\u300d\u3001\u300c\u6587\u7ae0\u300d\u548c\u300c\u9644\u4ef6\u300d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "\u6b64\u83dc\u5355\u9879\u8868\u793a\u7684\u539f\u59cb\u5bf9\u8c61\u7684\u6570\u636e\u5e93 ID\uff0c\u4f8b\u5982\u6587\u7ae0\u7684 ID \u6216\u5206\u7c7b\u7684 term_id\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "\u6b64\u83dc\u5355\u9879\u7684\u94fe\u63a5\u5143\u7d20\u7684 target \u5c5e\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "\u8be5\u83dc\u5355\u9879\u6307\u5411\u7684 URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "\u8be5\u83dc\u5355\u9879\u7684\u94fe\u63a5\u4e2d\u8868\u793a\u7684 XFN \u5173\u7cfb\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "\u6b64\u5bf9\u8c61\u5728 nav_menu \u5206\u7c7b\u6cd5\u4e2d\u6307\u5b9a\u7684\u9879\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/menu-items"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u5bf9\u8c61\u7684\u6807\u9898\u3002",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u5bf9\u8c61\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u5bf9\u8c61\u7684 HTML \u6807\u9898\uff0c\u8f6c\u6362\u540e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "\u539f\u59cb\u8868\u793a\u7684\u5bf9\u8c61\u7ec4\uff0c\u5982\u300cpost_type\u300d\u6216\u300ctaxonomy\u300d\u3002",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u5bf9\u8c61\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5bf9\u8c61\u7684\u7236\u5bf9\u8c61 ID\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "\u6b64\u83dc\u5355\u9879\u7684 link \u5143\u7d20\u7684 title \u5c5e\u6027\u7684\u6587\u672c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "\u6b64\u83dc\u5355\u9879\u7684\u94fe\u63a5\u5143\u7d20\u7684\u7c7b\u540d\u79f0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u6b64\u83dc\u5355\u9879\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u5bfc\u822a\u83dc\u5355\u9879\u7684 nav_menu_item \u7684 DB ID\uff08\u5982\u679c\u6709\uff09\uff0c\u5426\u5219\u4e3a 0\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "\u5bf9\u8c61\u521d\u59cb\u7684\u8868\u793a\u7c7b\u578b\uff0c\u5982 \u300c\u5206\u7c7b\u300d\u3001\u300c\u6587\u7ae0\u300d\u548c\u300c\u9644\u4ef6\u300d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "\u6b64\u83dc\u5355\u9879\u8868\u793a\u7684\u539f\u59cb\u5bf9\u8c61\u7684\u6570\u636e\u5e93 ID\uff0c\u4f8b\u5982\u6587\u7ae0\u7684 ID \u6216\u5206\u7c7b\u7684 term_id\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "\u6b64\u83dc\u5355\u9879\u7684\u94fe\u63a5\u5143\u7d20\u7684 target \u5c5e\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "\u8be5\u83dc\u5355\u9879\u6307\u5411\u7684 URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "\u8be5\u83dc\u5355\u9879\u7684\u94fe\u63a5\u4e2d\u8868\u793a\u7684 XFN \u5173\u7cfb\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "\u6b64\u5bf9\u8c61\u5728 nav_menu \u5206\u7c7b\u6cd5\u4e2d\u6307\u5b9a\u7684\u9879\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u5bf9\u8c61\u7684\u7236\u5bf9\u8c61 ID\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "\u5bf9\u8c61\u7684\u6807\u9898\u3002",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u5bf9\u8c61\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u5bf9\u8c61\u7684 HTML \u6807\u9898\uff0c\u8f6c\u6362\u540e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "\u539f\u59cb\u8868\u793a\u7684\u5bf9\u8c61\u7ec4\uff0c\u5982\u300cpost_type\u300d\u6216\u300ctaxonomy\u300d\u3002",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "\u5bf9\u8c61\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "\u6b64\u83dc\u5355\u9879\u7684 link \u5143\u7d20\u7684 title \u5c5e\u6027\u7684\u6587\u672c\u3002",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "\u6b64\u83dc\u5355\u9879\u7684\u94fe\u63a5\u5143\u7d20\u7684\u7c7b\u540d\u79f0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u6b64\u83dc\u5355\u9879\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u5bfc\u822a\u83dc\u5355\u9879\u7684 nav_menu_item \u7684 DB ID\uff08\u5982\u679c\u6709\uff09\uff0c\u5426\u5219\u4e3a 0\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "\u5bf9\u8c61\u521d\u59cb\u7684\u8868\u793a\u7c7b\u578b\uff0c\u5982 \u300c\u5206\u7c7b\u300d\u3001\u300c\u6587\u7ae0\u300d\u548c\u300c\u9644\u4ef6\u300d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "\u6b64\u83dc\u5355\u9879\u8868\u793a\u7684\u539f\u59cb\u5bf9\u8c61\u7684\u6570\u636e\u5e93 ID\uff0c\u4f8b\u5982\u6587\u7ae0\u7684 ID \u6216\u5206\u7c7b\u7684 term_id\u3002",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "\u6b64\u83dc\u5355\u9879\u7684\u94fe\u63a5\u5143\u7d20\u7684 target \u5c5e\u6027\u3002",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "\u8be5\u83dc\u5355\u9879\u6307\u5411\u7684 URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "\u8be5\u83dc\u5355\u9879\u7684\u94fe\u63a5\u4e2d\u8868\u793a\u7684 XFN \u5173\u7cfb\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "\u6b64\u5bf9\u8c61\u5728 nav_menu \u5206\u7c7b\u6cd5\u4e2d\u6307\u5b9a\u7684\u9879\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u540e\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u524d\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u5982\u4f55\u89e3\u91ca\u641c\u7d22\u8f93\u5165\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u6587\u7ae0\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u9700\u8981\u641c\u7d22\u7684\u680f\u4f4d\u540d\u79f0\u7ec4\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u7279\u5b9a\u522b\u540d\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u72b6\u6001\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "sc_archived",
                                    "suremembers_archive",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u57fa\u4e8e\u591a\u4e2a\u5206\u7c7b\u6cd5\u95f4\u7684\u5173\u7cfb\u9650\u5236\u7ed3\u679c\u96c6\u3002",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 wp_pattern_category \u5206\u7c7b\u6cd5\u4e2d\u6307\u5b9a\u4e86\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u9879\u76ee\u662f\u5426\u5fc5\u987b\u5206\u914d\u6240\u6709\u6216\u4efb\u4f55\u6307\u5b9a\u7684\u672f\u8bed\u3002",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "wp_pattern_category_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 wp_pattern_category \u5206\u7c7b\u6cd5\u4e2d\u672a\u6307\u5b9a\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u5728 wp_pattern_category \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/blocks"
                    }
                ]
            }
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "\u8986\u76d6\u9ed8\u8ba4\u6458\u8981\u957f\u5ea6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "\u8be5\u6587\u7ae0\u7684\u5bc6\u7801\uff0c\u5982\u6587\u7ae0\u53d7\u5bc6\u7801\u4fdd\u62a4\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u5728 wp_pattern_category \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u4fee\u8ba2\u7248\u672c\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "\u5728 wp_pattern_category \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u4fee\u8ba2\u7248\u672c\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6807\u8bc6\u6a21\u677f\u7684\u552f\u4e00\u522b\u540d\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u6a21\u677f\u7684\u4e3b\u9898\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u6a21\u677f\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u6a21\u677f\u7684\u5185\u5bb9\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u6a21\u677f\u7684\u5185\u5bb9\uff0c\u56e0\u4e3a\u5b83\u5b58\u5728\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u6a21\u677f\u4f7f\u7528\u7684\u5185\u5bb9\u5757\u683c\u5f0f\u7684\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u6a21\u677f\u7684\u6807\u9898\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u6a21\u677f\u7684\u6807\u9898\uff0c\u56e0\u4e3a\u5b83\u5b58\u5728\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6a21\u677f\u7684 HTML \u6807\u9898\uff0c\u5df2\u8f6c\u6362\u4ee5\u4f9b\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u6a21\u677f\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6a21\u677f\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "\u6a21\u677f\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "\u9650\u5236\u4e3a\u6307\u5b9a\u7684\u6587\u7ae0 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u9650\u5236\u4e3a\u6307\u5b9a\u7684\u6a21\u677f\u7ec4\u4ef6\u533a\u3002",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "\u8981\u83b7\u53d6\u6a21\u677f\u7684\u6587\u7ae0\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u6807\u8bc6\u6a21\u677f\u7684\u552f\u4e00\u522b\u540d\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "\u6a21\u677f\u7684\u4e3b\u9898\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u6a21\u677f\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "\u6a21\u677f\u7684\u5185\u5bb9\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u6a21\u677f\u7684\u5185\u5bb9\uff0c\u56e0\u4e3a\u5b83\u5b58\u5728\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u6a21\u677f\u4f7f\u7528\u7684\u5185\u5bb9\u5757\u683c\u5f0f\u7684\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "\u6a21\u677f\u7684\u6807\u9898\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u6a21\u677f\u7684\u6807\u9898\uff0c\u56e0\u4e3a\u5b83\u5b58\u5728\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6a21\u677f\u7684 HTML \u6807\u9898\uff0c\u5df2\u8f6c\u6362\u4ee5\u4f9b\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "\u6a21\u677f\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u6a21\u677f\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "\u6a21\u677f\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u83b7\u53d6\u56de\u9000\u6240\u7528\u7684\u6a21\u677f\u7684\u522b\u540d\uff1a",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "\u6307\u660e\u6a21\u677f\u662f\u81ea\u5b9a\u4e49\u7684\uff0c\u6216\u662f\u5c5e\u4e8e\u6a21\u677f\u5c42\u7ea7\u7684\u4e00\u90e8\u5206",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "\u6240\u521b\u5efa\u6a21\u677f\u7684\u6a21\u677f\u524d\u7f00\u3002 \u8fd9\u88ab\u7528\u4e8e\u63d0\u53d6\u4e3b\u6a21\u677f\u7c7b\u578b\uff0c\u4f8b\u5982\u5728\u300ctaxonomy-books\u300d\u4e2d\u5c06\u63d0\u53d6\u300ctaxonomy\u300d\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/templates\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6807\u8bc6\u6a21\u677f\u7684\u552f\u4e00\u522b\u540d\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u6a21\u677f\u7684\u4e3b\u9898\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u6a21\u677f\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u6a21\u677f\u7684\u5185\u5bb9\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u6a21\u677f\u7684\u5185\u5bb9\uff0c\u56e0\u4e3a\u5b83\u5b58\u5728\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u6a21\u677f\u4f7f\u7528\u7684\u5185\u5bb9\u5757\u683c\u5f0f\u7684\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u6a21\u677f\u7684\u6807\u9898\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u6a21\u677f\u7684\u6807\u9898\uff0c\u56e0\u4e3a\u5b83\u5b58\u5728\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6a21\u677f\u7684 HTML \u6807\u9898\uff0c\u5df2\u8f6c\u6362\u4ee5\u4f9b\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u6a21\u677f\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6a21\u677f\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "\u6a21\u677f\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u4fee\u8ba2\u7248\u672c\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6807\u8bc6\u6a21\u677f\u7684\u552f\u4e00\u522b\u540d\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u6a21\u677f\u7684\u4e3b\u9898\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u6a21\u677f\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u6a21\u677f\u7684\u5185\u5bb9\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u6a21\u677f\u7684\u5185\u5bb9\uff0c\u56e0\u4e3a\u5b83\u5b58\u5728\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u6a21\u677f\u4f7f\u7528\u7684\u5185\u5bb9\u5757\u683c\u5f0f\u7684\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u6a21\u677f\u7684\u6807\u9898\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u6a21\u677f\u7684\u6807\u9898\uff0c\u56e0\u4e3a\u5b83\u5b58\u5728\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6a21\u677f\u7684 HTML \u6807\u9898\uff0c\u5df2\u8f6c\u6362\u4ee5\u4f9b\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u6a21\u677f\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6a21\u677f\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "\u6a21\u677f\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u6a21\u677f\u7ec4\u4ef6\u7528\u9014\uff08\u9875\u7709\u3001\u9875\u811a\u7b49\uff09\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "\u9650\u5236\u4e3a\u6307\u5b9a\u7684\u6587\u7ae0 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u9650\u5236\u4e3a\u6307\u5b9a\u7684\u6a21\u677f\u7ec4\u4ef6\u533a\u3002",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "\u8981\u83b7\u53d6\u6a21\u677f\u7684\u6587\u7ae0\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u6807\u8bc6\u6a21\u677f\u7684\u552f\u4e00\u522b\u540d\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "\u6a21\u677f\u7684\u4e3b\u9898\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u6a21\u677f\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "\u6a21\u677f\u7684\u5185\u5bb9\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u6a21\u677f\u7684\u5185\u5bb9\uff0c\u56e0\u4e3a\u5b83\u5b58\u5728\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u6a21\u677f\u4f7f\u7528\u7684\u5185\u5bb9\u5757\u683c\u5f0f\u7684\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "\u6a21\u677f\u7684\u6807\u9898\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u6a21\u677f\u7684\u6807\u9898\uff0c\u56e0\u4e3a\u5b83\u5b58\u5728\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6a21\u677f\u7684 HTML \u6807\u9898\uff0c\u5df2\u8f6c\u6362\u4ee5\u4f9b\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "\u6a21\u677f\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u6a21\u677f\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "\u6a21\u677f\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u6a21\u677f\u7ec4\u4ef6\u7528\u9014\uff08\u9875\u7709\u3001\u9875\u811a\u7b49\uff09\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/template-parts"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u83b7\u53d6\u56de\u9000\u6240\u7528\u7684\u6a21\u677f\u7684\u522b\u540d\uff1a",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "\u6307\u660e\u6a21\u677f\u662f\u81ea\u5b9a\u4e49\u7684\uff0c\u6216\u662f\u5c5e\u4e8e\u6a21\u677f\u5c42\u7ea7\u7684\u4e00\u90e8\u5206",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "\u6240\u521b\u5efa\u6a21\u677f\u7684\u6a21\u677f\u524d\u7f00\u3002 \u8fd9\u88ab\u7528\u4e8e\u63d0\u53d6\u4e3b\u6a21\u677f\u7c7b\u578b\uff0c\u4f8b\u5982\u5728\u300ctaxonomy-books\u300d\u4e2d\u5c06\u63d0\u53d6\u300ctaxonomy\u300d\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/template-parts\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6807\u8bc6\u6a21\u677f\u7684\u552f\u4e00\u522b\u540d\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u6a21\u677f\u7684\u4e3b\u9898\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u6a21\u677f\u7684\u7c7b\u578b\u3002",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u6a21\u677f\u7684\u5185\u5bb9\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u6a21\u677f\u7684\u5185\u5bb9\uff0c\u56e0\u4e3a\u5b83\u5b58\u5728\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u6a21\u677f\u4f7f\u7528\u7684\u5185\u5bb9\u5757\u683c\u5f0f\u7684\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u6a21\u677f\u7684\u6807\u9898\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u6a21\u677f\u7684\u6807\u9898\uff0c\u56e0\u4e3a\u5b83\u5b58\u5728\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6a21\u677f\u7684 HTML \u6807\u9898\uff0c\u5df2\u8f6c\u6362\u4ee5\u4f9b\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u6a21\u677f\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6a21\u677f\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "\u6a21\u677f\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u6a21\u677f\u7ec4\u4ef6\u7528\u9014\uff08\u9875\u7709\u3001\u9875\u811a\u7b49\uff09\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u5168\u5c40\u6837\u5f0f\u4fee\u8ba2\u7248\u7236\u7248\u672c\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u5168\u5c40\u6837\u5f0f\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "\u4e3b\u9898\u6807\u8bc6\u7b26",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "stylesheet": {
                            "description": "\u4e3b\u9898\u6807\u8bc6\u7b26",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<id>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "id": {
                            "description": "\u8be5\u6a21\u677f\u7684 ID",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": false
                    },
                    "args": {
                        "styles": {
                            "description": "\u5168\u5c40\u6837\u5f0f\u3002",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "\u5168\u5c40\u8bbe\u7f6e\u3002",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "\u5168\u5c40\u6837\u5f0f\u53d8\u4f53\u7684\u6807\u9898\u3002",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u5168\u5c40\u6837\u5f0f\u53d8\u4f53\u7684\u6807\u9898\uff0c\u56e0\u4e3a\u5b83\u5b58\u5728\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u540e\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u524d\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u5982\u4f55\u89e3\u91ca\u641c\u7d22\u8f93\u5165\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u6587\u7ae0\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u9700\u8981\u641c\u7d22\u7684\u680f\u4f4d\u540d\u79f0\u7ec4\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u7279\u5b9a\u522b\u540d\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u72b6\u6001\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "sc_archived",
                                    "suremembers_archive",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/navigation"
                    }
                ]
            }
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u8be5\u6587\u7ae0\u7684\u5bc6\u7801\uff0c\u5982\u6587\u7ae0\u53d7\u5bc6\u7801\u4fdd\u62a4\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u4fee\u8ba2\u7248\u672c\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u5982\u4f55\u89e3\u91ca\u641c\u7d22\u8f93\u5165\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u6587\u7ae0\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u7279\u5b9a\u522b\u540d\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "theme_json_version": {
                            "description": "\u7528\u4e8e\u6392\u7248\u8bbe\u7f6e\u7684 theme.json \u6a21\u5f0f\u7248\u672c\u3002",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "\u4ee5\u5b57\u7b26\u4e32\u5f62\u5f0f\u7f16\u7801\u7684 theme.json \u683c\u5f0f\u7684 font-family \u58f0\u660e\u3002",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/font-families"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-families\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "theme_json_version": {
                            "description": "\u7528\u4e8e\u6392\u7248\u8bbe\u7f6e\u7684 theme.json \u6a21\u5f0f\u7248\u672c\u3002",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_family_settings": {
                            "description": "\u4ee5\u5b57\u7b26\u4e32\u5f62\u5f0f\u7f16\u7801\u7684 theme.json \u683c\u5f0f\u7684 font-family \u58f0\u660e\u3002",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "\u5b57\u4f53\u9762\u7684\u7236\u5b57\u4f53\u7cfb\u5217\u7684 ID\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u5982\u4f55\u89e3\u91ca\u641c\u7d22\u8f93\u5165\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u6587\u7ae0\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "id",
                            "enum": [
                                "id",
                                "include"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "\u5b57\u4f53\u9762\u7684\u7236\u5b57\u4f53\u7cfb\u5217\u7684 ID\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "theme_json_version": {
                            "description": "\u7528\u4e8e\u6392\u7248\u8bbe\u7f6e\u7684 theme.json \u6a21\u5f0f\u7248\u672c\u3002",
                            "type": "integer",
                            "default": 3,
                            "minimum": 2,
                            "maximum": 3,
                            "required": false
                        },
                        "font_face_settings": {
                            "description": "\u5728 theme.json \u683c\u5f0f\u4e2d\u4ee5\u5b57\u7b26\u4e32\u5f62\u5f0f\u7f16\u7801\u7684 font-face \u58f0\u660e\u3002",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/font-families\/(?P<font_family_id>[\\d]+)\/font-faces\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "\u5b57\u4f53\u9762\u7684\u7236\u5b57\u4f53\u7cfb\u5217\u7684 ID\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "\u5b57\u4f53\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "font_family_id": {
                            "description": "\u5b57\u4f53\u9762\u7684\u7236\u5b57\u4f53\u7cfb\u5217\u7684 ID\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "id": {
                            "description": "\u5b57\u4f53\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/project": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u540e\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u4f5c\u8005\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a\u7ed9\u7279\u5b9a\u4f5c\u8005\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u524d\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u5982\u4f55\u89e3\u91ca\u641c\u7d22\u8f93\u5165\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u6587\u7ae0\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "rand",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u9700\u8981\u641c\u7d22\u7684\u680f\u4f4d\u540d\u79f0\u7ec4\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u7279\u5b9a\u522b\u540d\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u72b6\u6001\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "sc_archived",
                                    "suremembers_archive",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u57fa\u4e8e\u591a\u4e2a\u5206\u7c7b\u6cd5\u95f4\u7684\u5173\u7cfb\u9650\u5236\u7ed3\u679c\u96c6\u3002",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "project_category": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 project_category \u5206\u7c7b\u6cd5\u4e2d\u6307\u5b9a\u4e86\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\u662f\u5426\u5728\u9650\u5236\u7ed3\u679c\u96c6\u7684\u9879\u76ee\u4e2d\u5305\u542b\u5b50\u9879\u76ee\u3002",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "\u9879\u76ee\u662f\u5426\u5fc5\u987b\u5206\u914d\u6240\u6709\u6216\u4efb\u4f55\u6307\u5b9a\u7684\u672f\u8bed\u3002",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "project_category_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 project_category \u5206\u7c7b\u6cd5\u4e2d\u672a\u6307\u5b9a\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\u662f\u5426\u5728\u9650\u5236\u7ed3\u679c\u96c6\u7684\u9879\u76ee\u4e2d\u5305\u542b\u5b50\u9879\u76ee\u3002",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "project_tag": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 project_tag \u5206\u7c7b\u6cd5\u4e2d\u6307\u5b9a\u4e86\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u9879\u76ee\u662f\u5426\u5fc5\u987b\u5206\u914d\u6240\u6709\u6216\u4efb\u4f55\u6307\u5b9a\u7684\u672f\u8bed\u3002",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "project_tag_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 project_tag \u5206\u7c7b\u6cd5\u4e2d\u672a\u6307\u5b9a\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "project_category": {
                            "description": "\u5728 project_category \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "project_tag": {
                            "description": "\u5728 project_tag \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/project"
                    }
                ]
            }
        },
        "\/wp\/v2\/project\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "\u8986\u76d6\u9ed8\u8ba4\u6458\u8981\u957f\u5ea6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "\u8be5\u6587\u7ae0\u7684\u5bc6\u7801\uff0c\u5982\u6587\u7ae0\u53d7\u5bc6\u7801\u4fdd\u62a4\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "project_category": {
                            "description": "\u5728 project_category \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "project_tag": {
                            "description": "\u5728 project_tag \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/project\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/project\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u4fee\u8ba2\u7248\u672c\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/project\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "project_category": {
                            "description": "\u5728 project_category \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "project_tag": {
                            "description": "\u5728 project_tag \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/project\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/docs": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u540e\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u4f5c\u8005\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a\u7ed9\u7279\u5b9a\u4f5c\u8005\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u524d\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u5982\u4f55\u89e3\u91ca\u641c\u7d22\u8f93\u5165\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u6587\u7ae0\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "rand",
                                "menu_order",
                                "comment_count",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u9700\u8981\u641c\u7d22\u7684\u680f\u4f4d\u540d\u79f0\u7ec4\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u7279\u5b9a\u522b\u540d\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u72b6\u6001\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "sc_archived",
                                    "suremembers_archive",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u57fa\u4e8e\u591a\u4e2a\u5206\u7c7b\u6cd5\u95f4\u7684\u5173\u7cfb\u9650\u5236\u7ed3\u679c\u96c6\u3002",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "doc_category": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 doc_category \u5206\u7c7b\u6cd5\u4e2d\u6307\u5b9a\u4e86\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\u662f\u5426\u5728\u9650\u5236\u7ed3\u679c\u96c6\u7684\u9879\u76ee\u4e2d\u5305\u542b\u5b50\u9879\u76ee\u3002",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "\u9879\u76ee\u662f\u5426\u5fc5\u987b\u5206\u914d\u6240\u6709\u6216\u4efb\u4f55\u6307\u5b9a\u7684\u672f\u8bed\u3002",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "doc_category_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 doc_category \u5206\u7c7b\u6cd5\u4e2d\u672a\u6307\u5b9a\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\u662f\u5426\u5728\u9650\u5236\u7ed3\u679c\u96c6\u7684\u9879\u76ee\u4e2d\u5305\u542b\u5b50\u9879\u76ee\u3002",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "doc_tag": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 doc_tag \u5206\u7c7b\u6cd5\u4e2d\u6307\u5b9a\u4e86\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\u662f\u5426\u5728\u9650\u5236\u7ed3\u679c\u96c6\u7684\u9879\u76ee\u4e2d\u5305\u542b\u5b50\u9879\u76ee\u3002",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "\u9879\u76ee\u662f\u5426\u5fc5\u987b\u5206\u914d\u6240\u6709\u6216\u4efb\u4f55\u6307\u5b9a\u7684\u672f\u8bed\u3002",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "doc_tag_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 doc_tag \u5206\u7c7b\u6cd5\u4e2d\u672a\u6307\u5b9a\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\u662f\u5426\u5728\u9650\u5236\u7ed3\u679c\u96c6\u7684\u9879\u76ee\u4e2d\u5305\u542b\u5b50\u9879\u76ee\u3002",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "doc_category": {
                            "description": "\u5728 doc_category \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "doc_tag": {
                            "description": "\u5728 doc_tag \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "year_month": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "word_count": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "total_views": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "reactions": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "author_info": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "doc_category_info": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "doc_tag_info": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "knowledge_base_info": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "knowledge_base_slug": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/docs"
                    }
                ]
            }
        },
        "\/wp\/v2\/docs\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "\u8986\u76d6\u9ed8\u8ba4\u6458\u8981\u957f\u5ea6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "\u8be5\u6587\u7ae0\u7684\u5bc6\u7801\uff0c\u5982\u6587\u7ae0\u53d7\u5bc6\u7801\u4fdd\u62a4\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "doc_category": {
                            "description": "\u5728 doc_category \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "doc_tag": {
                            "description": "\u5728 doc_tag \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "year_month": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "word_count": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "total_views": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "reactions": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "author_info": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "doc_category_info": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "doc_tag_info": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "knowledge_base_info": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "knowledge_base_slug": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/docs\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/docs\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u4fee\u8ba2\u7248\u672c\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/docs\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "doc_category": {
                            "description": "\u5728 doc_category \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "doc_tag": {
                            "description": "\u5728 doc_tag \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "year_month": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "word_count": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "total_views": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "reactions": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "author_info": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "doc_category_info": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "doc_tag_info": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "knowledge_base_info": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "knowledge_base_slug": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/docs\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-forms": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u540e\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u524d\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u5982\u4f55\u89e3\u91ca\u641c\u7d22\u8f93\u5165\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u6587\u7ae0\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u9700\u8981\u641c\u7d22\u7684\u680f\u4f4d\u540d\u79f0\u7ec4\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u7279\u5b9a\u522b\u540d\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u72b6\u6001\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "sc_archived",
                                    "suremembers_archive",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/sc-forms"
                    }
                ]
            }
        },
        "\/wp\/v2\/sc-forms\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u8be5\u6587\u7ae0\u7684\u5bc6\u7801\uff0c\u5982\u6587\u7ae0\u53d7\u5bc6\u7801\u4fdd\u62a4\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-forms\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-forms\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u4fee\u8ba2\u7248\u672c\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-forms\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-forms\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-cart": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u540e\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u524d\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u5982\u4f55\u89e3\u91ca\u641c\u7d22\u8f93\u5165\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u6587\u7ae0\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u9700\u8981\u641c\u7d22\u7684\u680f\u4f4d\u540d\u79f0\u7ec4\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u7279\u5b9a\u522b\u540d\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u72b6\u6001\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "sc_archived",
                                    "suremembers_archive",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "properties": {
                                "raw": {
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/sc-cart"
                    }
                ]
            }
        },
        "\/wp\/v2\/sc-cart\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u8be5\u6587\u7ae0\u7684\u5bc6\u7801\uff0c\u5982\u6587\u7ae0\u53d7\u5bc6\u7801\u4fdd\u62a4\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "properties": {
                                "raw": {
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-cart\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-cart\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u4fee\u8ba2\u7248\u672c\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-cart\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "properties": {
                                "raw": {
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc-cart\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc_product": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u540e\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u524d\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u7279\u5b9a menu_order \u7684\u6587\u7ae0\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u5982\u4f55\u89e3\u91ca\u641c\u7d22\u8f93\u5165\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u6587\u7ae0\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order",
                                "rand",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u7236 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u9700\u8981\u641c\u7d22\u7684\u680f\u4f4d\u540d\u79f0\u7ec4\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u7279\u5b9a\u522b\u540d\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u72b6\u6001\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "sc_archived",
                                    "suremembers_archive",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u57fa\u4e8e\u591a\u4e2a\u5206\u7c7b\u6cd5\u95f4\u7684\u5173\u7cfb\u9650\u5236\u7ed3\u679c\u96c6\u3002",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "sc_collection": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 sc_collection \u5206\u7c7b\u6cd5\u4e2d\u6307\u5b9a\u4e86\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u9879\u76ee\u662f\u5426\u5fc5\u987b\u5206\u914d\u6240\u6709\u6216\u4efb\u4f55\u6307\u5b9a\u7684\u672f\u8bed\u3002",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sc_collection_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 sc_collection \u5206\u7c7b\u6cd5\u4e2d\u672a\u6307\u5b9a\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u6587\u7ae0\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u6587\u7ae0\u4e0e\u5176\u4ed6\u6587\u7ae0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "product": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "additionalProperties": true
                                },
                                "sc_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "min_price_amount": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "max_price_amount": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "available_stock": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stock_enabled": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "allow_out_of_stock_purchases": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "featured": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "recurring": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "shipping_enabled": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sc_collection": {
                            "description": "\u5728 sc_collection \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "gallery": {
                            "description": "Product gallery",
                            "type": "array",
                            "items": {
                                "type": "object"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/sc_product"
                    }
                ]
            }
        },
        "\/wp\/v2\/sc_product\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "\u8986\u76d6\u9ed8\u8ba4\u6458\u8981\u957f\u5ea6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "\u8be5\u6587\u7ae0\u7684\u5bc6\u7801\uff0c\u5982\u6587\u7ae0\u53d7\u5bc6\u7801\u4fdd\u62a4\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u6587\u7ae0\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u6587\u7ae0\u4e0e\u5176\u4ed6\u6587\u7ae0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "product": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "additionalProperties": true
                                },
                                "sc_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "min_price_amount": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "max_price_amount": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "available_stock": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stock_enabled": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "allow_out_of_stock_purchases": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "featured": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "recurring": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "shipping_enabled": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sc_collection": {
                            "description": "\u5728 sc_collection \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "gallery": {
                            "description": "Product gallery",
                            "type": "array",
                            "items": {
                                "type": "object"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc_product\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u6587\u7ae0\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "menu_order": {
                            "description": "\u6587\u7ae0\u4e0e\u5176\u4ed6\u6587\u7ae0\u7684\u987a\u5e8f\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "product": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "additionalProperties": true
                                },
                                "sc_id": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "min_price_amount": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "max_price_amount": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "available_stock": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "stock_enabled": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "allow_out_of_stock_purchases": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "featured": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "recurring": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "shipping_enabled": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sc_collection": {
                            "description": "\u5728 sc_collection \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "gallery": {
                            "description": "Product gallery",
                            "type": "array",
                            "items": {
                                "type": "object"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc_product\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templately_library": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u540e\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u4f5c\u8005\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a\u7ed9\u7279\u5b9a\u4f5c\u8005\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u524d\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u5982\u4f55\u89e3\u91ca\u641c\u7d22\u8f93\u5165\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u6587\u7ae0\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "rand",
                                "menu_order",
                                "comment_count"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u9700\u8981\u641c\u7d22\u7684\u680f\u4f4d\u540d\u79f0\u7ec4\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u7279\u5b9a\u522b\u540d\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u72b6\u6001\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "sc_archived",
                                    "suremembers_archive",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/templately_library"
                    }
                ]
            }
        },
        "\/wp\/v2\/templately_library\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u8be5\u6587\u7ae0\u7684\u5bc6\u7801\uff0c\u5982\u6587\u7ae0\u53d7\u5bc6\u7801\u4fdd\u62a4\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templately_library\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templately_library\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/ultp_builder": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u540e\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u524d\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u5982\u4f55\u89e3\u91ca\u641c\u7d22\u8f93\u5165\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u6587\u7ae0\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u9700\u8981\u641c\u7d22\u7684\u680f\u4f4d\u540d\u79f0\u7ec4\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u7279\u5b9a\u522b\u540d\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u72b6\u6001\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "sc_archived",
                                    "suremembers_archive",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u5f00\u653e\u8bc4\u8bba\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u63a5\u53d7 Ping\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/ultp_builder"
                    }
                ]
            }
        },
        "\/wp\/v2\/ultp_builder\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u8be5\u6587\u7ae0\u7684\u5bc6\u7801\uff0c\u5982\u6587\u7ae0\u53d7\u5bc6\u7801\u4fdd\u62a4\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u5f00\u653e\u8bc4\u8bba\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u63a5\u53d7 Ping\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/ultp_builder\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u5f00\u653e\u8bc4\u8bba\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u63a5\u53d7 Ping\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/ultp_builder\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/ultp_templates": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u540e\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u524d\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u5982\u4f55\u89e3\u91ca\u641c\u7d22\u8f93\u5165\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u6587\u7ae0\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u9700\u8981\u641c\u7d22\u7684\u680f\u4f4d\u540d\u79f0\u7ec4\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u7279\u5b9a\u522b\u540d\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u72b6\u6001\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "sc_archived",
                                    "suremembers_archive",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/ultp_templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/ultp_templates\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u8be5\u6587\u7ae0\u7684\u5bc6\u7801\uff0c\u5982\u6587\u7ae0\u53d7\u5bc6\u7801\u4fdd\u62a4\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/ultp_templates\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/ultp_templates\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/betterdocs_faq": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u540e\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u4f5c\u8005\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a\u7ed9\u7279\u5b9a\u4f5c\u8005\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u4e3a\u4e00\u4e2a\u7ed9\u5b9a\u7684\u65e5\u671f\uff08ISO 8601 \u517c\u5bb9\u683c\u5f0f\uff09\u4e4b\u524d\u4fee\u6539\u8fc7\u7684\u6587\u7ae0\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_semantics": {
                            "description": "\u5982\u4f55\u89e3\u91ca\u641c\u7d22\u8f93\u5165\u3002",
                            "type": "string",
                            "enum": [
                                "exact"
                            ],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u6587\u7ae0\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u7279\u5b9a\u7236 ID \u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u9664\u7279\u5b9a\u7236 ID \u4e4b\u5916\u7684\u6240\u6709\u9879\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u9700\u8981\u641c\u7d22\u7684\u680f\u4f4d\u540d\u79f0\u7ec4\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u7279\u5b9a\u522b\u540d\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u72b6\u6001\u7684\u6587\u7ae0\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "sc_archived",
                                    "suremembers_archive",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "\u57fa\u4e8e\u591a\u4e2a\u5206\u7c7b\u6cd5\u95f4\u7684\u5173\u7cfb\u9650\u5236\u7ed3\u679c\u96c6\u3002",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "betterdocs_faq_category": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 betterdocs_faq_category \u5206\u7c7b\u6cd5\u4e2d\u6307\u5b9a\u4e86\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\u662f\u5426\u5728\u9650\u5236\u7ed3\u679c\u96c6\u7684\u9879\u76ee\u4e2d\u5305\u542b\u5b50\u9879\u76ee\u3002",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "\u9879\u76ee\u662f\u5426\u5fc5\u987b\u5206\u914d\u6240\u6709\u6216\u4efb\u4f55\u6307\u5b9a\u7684\u672f\u8bed\u3002",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "betterdocs_faq_category_exclude": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5728 betterdocs_faq_category \u5206\u7c7b\u6cd5\u4e2d\u672a\u6307\u5b9a\u7279\u5b9a\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "\u672f\u8bed ID \u5217\u8868",
                                    "description": "\u5c06\u9879\u76ee\u4e0e\u5217\u51fa\u7684 ID \u76f8\u5339\u914d\u3002",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "\u672f\u8bed ID \u5206\u7c7b\u6cd5\u67e5\u8be2\u3002",
                                    "description": "\u8fdb\u884c\u4e00\u9879\u9ad8\u7ea7\u9879\u76ee\u67e5\u8be2\u3002",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "\u672f\u8bed ID\u3002",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "\u662f\u5426\u5728\u9650\u5236\u7ed3\u679c\u96c6\u7684\u9879\u76ee\u4e2d\u5305\u542b\u5b50\u9879\u76ee\u3002",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u6587\u7ae0\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u5f00\u653e\u8bc4\u8bba\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u63a5\u53d7 Ping\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "faq_open_by_default": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "betterdocs_faq_category": {
                            "description": "\u5728 betterdocs_faq_category \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/betterdocs_faq"
                    }
                ]
            }
        },
        "\/wp\/v2\/betterdocs_faq\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "excerpt_length": {
                            "description": "\u8986\u76d6\u9ed8\u8ba4\u6458\u8981\u957f\u5ea6\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "password": {
                            "description": "\u8be5\u6587\u7ae0\u7684\u5bc6\u7801\uff0c\u5982\u6587\u7ae0\u53d7\u5bc6\u7801\u4fdd\u62a4\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u6587\u7ae0\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u5f00\u653e\u8bc4\u8bba\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u63a5\u53d7 Ping\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "faq_open_by_default": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "betterdocs_faq_category": {
                            "description": "\u5728 betterdocs_faq_category \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u6587\u7ae0\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/betterdocs_faq\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u5bf9\u8c61\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/betterdocs_faq\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u4fee\u8ba2\u7248\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u4fee\u8ba2\u7248\u672c\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/betterdocs_faq\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u6587\u7ae0\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "\u6587\u7ae0\u53d1\u5e03\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8be5\u6587\u7ae0\u53d1\u5e03\u7684 GMT \u65e5\u671f\u3002",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "\u6587\u7ae0\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\uff0c\u5176\u7c7b\u578b\u662f\u552f\u4e00\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u6587\u7ae0\u7684\u547d\u540d\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "sc_archived",
                                "suremembers_archive"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6765\u4fdd\u62a4\u5185\u5bb9\u548c\u6458\u8981\u7684\u5bc6\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "\u6587\u7ae0\u7684\u6807\u9898\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6807\u9898\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6807\u9898\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "\u6587\u7ae0\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "\u8be5\u6587\u7ae0\u6240\u4f7f\u7528\u7684\u5185\u5bb9\u533a\u5757\u683c\u5f0f\u7248\u672c\u3002",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u5185\u5bb9\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "\u6587\u7ae0\u4f5c\u8005\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "\u8be5\u7bc7\u6587\u7ae0\u7684\u6458\u8981\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u6587\u7ae0\u7684\u6458\u8981\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u6587\u7ae0\u7684 HTML \u6458\u8981\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u6458\u8981\u662f\u5426\u53d7\u5230\u5bc6\u7801\u4fdd\u62a4\u3002",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "\u6587\u7ae0\u7684\u7279\u8272\u5a92\u4f53 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u5f00\u653e\u8bc4\u8bba\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "\u6587\u7ae0\u662f\u5426\u63a5\u53d7 Ping\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "_seopress_robots_primary_cat": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_title": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_titles_desc": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_seopress_robots_index": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_use_builder": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_pb_old_content": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_et_gb_content_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_eb_attr": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "_surecart_dashboard_logo_width": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": "180px"
                                },
                                "_surecart_dashboard_show_logo": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_orders": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_invoices": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_subscriptions": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_downloads": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_billing": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "_surecart_dashboard_navigation_account": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": true
                                },
                                "faq_open_by_default": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                },
                                "footnotes": {
                                    "type": "string",
                                    "title": "",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "\u7528\u4e8e\u663e\u793a\u6587\u7ae0\u7684\u4e3b\u9898\u6587\u4ef6\u3002",
                            "type": "string",
                            "required": false
                        },
                        "betterdocs_faq_category": {
                            "description": "\u5728 betterdocs_faq_category \u5206\u7c7b\u6cd5\u4e2d\u5206\u914d\u7ed9\u8be5\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/betterdocs_faq\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "\u81ea\u52a8\u4fdd\u5b58\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "\u6587\u7ae0\u7c7b\u578b\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "\u72b6\u6001\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u5173\u8054\u5230\u7279\u5b9a\u6587\u7ae0\u7c7b\u578b\u7684\u5206\u7c7b\u6cd5\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "\u5206\u7c7b\u6cd5\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u9879\u76ee\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u88ab\u6307\u5b9a\u5230\u4efb\u4f55\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u7236\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u522b\u540d\u7684\u5206\u7c7b\u6cd5\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u7236\u672f\u8bed ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u7236\u672f\u8bed ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u9879\u76ee\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u9879\u76ee\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u88ab\u6307\u5b9a\u5230\u4efb\u4f55\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u522b\u540d\u7684\u5206\u7c7b\u6cd5\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/tags"
                    }
                ]
            }
        },
        "\/wp\/v2\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u9879\u76ee\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menus": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u9879\u76ee\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u88ab\u6307\u5b9a\u5230\u4efb\u4f55\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u522b\u540d\u7684\u5206\u7c7b\u6cd5\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "\u5206\u914d\u7ed9\u83dc\u5355\u7684\u4f4d\u7f6e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "\u662f\u5426\u81ea\u52a8\u6dfb\u52a0\u9876\u7ea7\u9875\u9762\u5230\u6b64\u83dc\u5355\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/menus"
                    }
                ]
            }
        },
        "\/wp\/v2\/menus\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "\u5206\u914d\u7ed9\u83dc\u5355\u7684\u4f4d\u7f6e\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "\u662f\u5426\u81ea\u52a8\u6dfb\u52a0\u9876\u7ea7\u9875\u9762\u5230\u6b64\u83dc\u5355\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u9879\u76ee\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wp_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u9879\u76ee\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u88ab\u6307\u5b9a\u5230\u4efb\u4f55\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u522b\u540d\u7684\u5206\u7c7b\u6cd5\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/wp_pattern_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/wp_pattern_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u9879\u76ee\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/project_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u9879\u76ee\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u88ab\u6307\u5b9a\u5230\u4efb\u4f55\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u7236\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u522b\u540d\u7684\u5206\u7c7b\u6cd5\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u7236\u672f\u8bed ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/project_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/project_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u7236\u672f\u8bed ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u9879\u76ee\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/project_tag": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u9879\u76ee\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u88ab\u6307\u5b9a\u5230\u4efb\u4f55\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u522b\u540d\u7684\u5206\u7c7b\u6cd5\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/project_tag"
                    }
                ]
            }
        },
        "\/wp\/v2\/project_tag\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u9879\u76ee\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/doc_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u9879\u76ee\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count",
                                "doc_category_order"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u88ab\u6307\u5b9a\u5230\u4efb\u4f55\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u7236\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u522b\u540d\u7684\u5206\u7c7b\u6cd5\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u7236\u672f\u8bed ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "doc_category_order": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "thumbnail": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "handbookthumbnail": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "subcategories_count": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "total_docs_count": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "last_updated_time": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "knowledge_base": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "knowledge_base_ids": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/doc_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/doc_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u7236\u672f\u8bed ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "doc_category_order": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "thumbnail": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "handbookthumbnail": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "subcategories_count": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "total_docs_count": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "last_updated_time": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "knowledge_base": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        },
                        "knowledge_base_ids": {
                            "description": "Holds the thumbnail URL of doc category",
                            "type": "string",
                            "format": "url",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u9879\u76ee\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/doc_tag": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u9879\u76ee\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u88ab\u6307\u5b9a\u5230\u4efb\u4f55\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u7236\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u522b\u540d\u7684\u5206\u7c7b\u6cd5\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u7236\u672f\u8bed ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/doc_tag"
                    }
                ]
            }
        },
        "\/wp\/v2\/doc_tag\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u7236\u672f\u8bed ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u9879\u76ee\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sc_collection": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u9879\u76ee\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u88ab\u6307\u5b9a\u5230\u4efb\u4f55\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u522b\u540d\u7684\u5206\u7c7b\u6cd5\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/sc_collection"
                    }
                ]
            }
        },
        "\/wp\/v2\/sc_collection\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u9879\u76ee\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/betterdocs_faq_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u9879\u76ee\u5c5e\u6027\u6392\u5e8f\u96c6\u5408\u3002",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "\u662f\u5426\u9690\u85cf\u672a\u88ab\u6307\u5b9a\u5230\u4efb\u4f55\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u7236\u9879\u76ee\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u6587\u7ae0\u7684\u9879\u76ee\u3002",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u522b\u540d\u7684\u5206\u7c7b\u6cd5\u9879\u76ee\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u7236\u672f\u8bed ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "order": {
                                    "type": "array",
                                    "items": {
                                        "type": "string",
                                        "title": "",
                                        "description": "",
                                        "default": ""
                                    }
                                },
                                "status": {
                                    "type": "array",
                                    "items": {
                                        "type": "string",
                                        "title": "",
                                        "description": "",
                                        "default": ""
                                    }
                                },
                                "_betterdocs_faq_order": {
                                    "type": "array",
                                    "items": {
                                        "type": "string",
                                        "title": "",
                                        "description": "",
                                        "default": ""
                                    }
                                },
                                "faq_group_icon": {
                                    "type": "array",
                                    "items": {
                                        "type": "string",
                                        "title": "",
                                        "description": "",
                                        "default": ""
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/betterdocs_faq_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/betterdocs_faq_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "\u9879\u76ee\u7684 HTML \u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u9879\u76ee\u7684 HTML \u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u9879\u76ee\u7c7b\u578b\u800c\u8a00\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u7236\u672f\u8bed ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "order": {
                                    "type": "array",
                                    "items": {
                                        "type": "string",
                                        "title": "",
                                        "description": "",
                                        "default": ""
                                    }
                                },
                                "status": {
                                    "type": "array",
                                    "items": {
                                        "type": "string",
                                        "title": "",
                                        "description": "",
                                        "default": ""
                                    }
                                },
                                "_betterdocs_faq_order": {
                                    "type": "array",
                                    "items": {
                                        "type": "string",
                                        "title": "",
                                        "description": "",
                                        "default": ""
                                    }
                                },
                                "faq_group_icon": {
                                    "type": "array",
                                    "items": {
                                        "type": "string",
                                        "title": "",
                                        "description": "",
                                        "default": ""
                                    }
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u9879\u76ee\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u9879\u76ee\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "\u6309\u7528\u6237\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5177\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u522b\u540d\u7684\u7528\u6237\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5339\u914d\u81f3\u5c11\u4e00\u4e2a\u89d2\u8272\u7684\u7528\u6237\uff0c\u63a5\u53d7.csv \u683c\u5f0f\u5217\u8868\u6216\u5355\u4e2a\u89d2\u8272\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5339\u914d\u81f3\u5c11\u4e00\u9879\u63d0\u4f9b\u7684\u7279\u5b9a\u529f\u80fd\u7684\u7528\u6237\u3002\u63a5\u53d7 CSV \u5217\u8868\u6216\u5355\u4e2a\u529f\u80fd\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u7528\u6237\u4e2d\u7684\u6240\u6709\u4f5c\u8005\u3002",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e8e\u5df2\u53d1\u5e03\u6587\u7ae0\u7684\u7528\u6237\u3002",
                            "type": [
                                "boolean",
                                "array"
                            ],
                            "items": {
                                "type": "string",
                                "enum": {
                                    "post": "post",
                                    "page": "page",
                                    "attachment": "attachment",
                                    "nav_menu_item": "nav_menu_item",
                                    "wp_block": "wp_block",
                                    "wp_template": "wp_template",
                                    "wp_template_part": "wp_template_part",
                                    "wp_global_styles": "wp_global_styles",
                                    "wp_navigation": "wp_navigation",
                                    "wp_font_family": "wp_font_family",
                                    "wp_font_face": "wp_font_face",
                                    "project": "project",
                                    "docs": "docs",
                                    "sc_form": "sc_form",
                                    "sc_cart": "sc_cart",
                                    "sc_product": "sc_product",
                                    "templately_library": "templately_library",
                                    "ultp_builder": "ultp_builder",
                                    "ultp_templates": "ultp_templates",
                                    "betterdocs_faq": "betterdocs_faq"
                                }
                            },
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "\u9700\u8981\u641c\u7d22\u7684\u680f\u4f4d\u540d\u79f0\u7ec4\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "email",
                                    "name",
                                    "id",
                                    "username",
                                    "slug"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "is_customer": {
                            "description": "Limit result set to users with a customer.",
                            "type": "boolean",
                            "required": false
                        },
                        "sc_customer_ids": {
                            "description": "Limit result set to users with specific customer ids.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "username": {
                            "description": "\u7528\u6237\u7684\u767b\u5f55\u540d\u3002",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "\u7528\u6237\u7684\u663e\u793a\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u7528\u6237\u7684\u540d\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u7528\u6237\u7684\u59d3\u6c0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u7528\u6237\u7684\u90ae\u7bb1\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "\u7528\u6237\u7684 URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "\u7528\u6237\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "\u7528\u6237\u7684\u5730\u533a\u8bed\u8a00\u3002",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "zh_CN",
                                "zh_HK",
                                "zh_TW"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "\u7528\u6237\u7684\u6635\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u7528\u6237\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "\u7528\u6237\u88ab\u8d4b\u4e88\u7684\u89d2\u8272\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6237\u7684\u5bc6\u7801\uff08\u4ece\u4e0d\u88ab\u5305\u542b\uff09\u3002",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "sc_customer_ids": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "properties": {
                                        "live": {
                                            "type": "string"
                                        },
                                        "test": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "default_password_nag": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "\u65e5\u671f\u548c\u65f6\u95f4\u7684\u504f\u597d\u8bbe\u7f6e\u5df2\u66f4\u65b0\u3002",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/users"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u7528\u6237\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u7528\u6237\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "\u7528\u6237\u7684\u767b\u5f55\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7528\u6237\u7684\u663e\u793a\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u7528\u6237\u7684\u540d\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u7528\u6237\u7684\u59d3\u6c0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u7528\u6237\u7684\u90ae\u7bb1\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "\u7528\u6237\u7684 URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "\u7528\u6237\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "\u7528\u6237\u7684\u5730\u533a\u8bed\u8a00\u3002",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "zh_CN",
                                "zh_HK",
                                "zh_TW"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "\u7528\u6237\u7684\u6635\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u7528\u6237\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "\u7528\u6237\u88ab\u8d4b\u4e88\u7684\u89d2\u8272\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6237\u7684\u5bc6\u7801\uff08\u4ece\u4e0d\u88ab\u5305\u542b\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "sc_customer_ids": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "properties": {
                                        "live": {
                                            "type": "string"
                                        },
                                        "test": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "default_password_nag": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "\u65e5\u671f\u548c\u65f6\u95f4\u7684\u504f\u597d\u8bbe\u7f6e\u5df2\u66f4\u65b0\u3002",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u7528\u6237\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u7528\u6237\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "\u5c06\u88ab\u5220\u9664\u7528\u6237\u7684\u6587\u7ae0\u548c\u94fe\u63a5\u91cd\u65b0\u6307\u5b9a\u5230\u6b64\u7528\u6237 ID\u3002",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "\u7528\u6237\u7684\u767b\u5f55\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "\u7528\u6237\u7684\u663e\u793a\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "\u7528\u6237\u7684\u540d\u5b57\u3002",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "\u7528\u6237\u7684\u59d3\u6c0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "\u7528\u6237\u7684\u90ae\u7bb1\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "\u7528\u6237\u7684 URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "\u7528\u6237\u7684\u63cf\u8ff0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "\u7528\u6237\u7684\u5730\u533a\u8bed\u8a00\u3002",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "zh_CN",
                                "zh_HK",
                                "zh_TW"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "\u7528\u6237\u7684\u6635\u79f0\u3002",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u7528\u6237\u7684\u82f1\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "\u7528\u6237\u88ab\u8d4b\u4e88\u7684\u89d2\u8272\u3002",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "\u7528\u6237\u7684\u5bc6\u7801\uff08\u4ece\u4e0d\u88ab\u5305\u542b\uff09\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": {
                                "sc_customer_ids": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "properties": {
                                        "live": {
                                            "type": "string"
                                        },
                                        "test": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false
                                },
                                "default_password_nag": {
                                    "type": "boolean",
                                    "title": "",
                                    "description": "",
                                    "default": false
                                },
                                "persisted_preferences": {
                                    "type": "object",
                                    "title": "",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "\u65e5\u671f\u548c\u65f6\u95f4\u7684\u504f\u597d\u8bbe\u7f6e\u5df2\u66f4\u65b0\u3002",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u8981\u6c42\u4e3a true\uff0c\u56e0\u4e3a\u7528\u6237\u4e0d\u80fd\u88ab\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "\u5c06\u88ab\u5220\u9664\u7528\u6237\u7684\u6587\u7ae0\u548c\u94fe\u63a5\u91cd\u65b0\u6307\u5b9a\u5230\u6b64\u7528\u6237 ID\u3002",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/users\/me"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "\u7531\u5e94\u7528\u7a0b\u5e8f\u63d0\u4f9b\u7684\u7528\u4e8e\u552f\u4e00\u8bc6\u522b\u7684 UUID\u3002\u5efa\u8bae\u4f7f\u7528\u542b\u6709 URL \u6216 DNS \u547d\u540d\u7a7a\u95f4\u7684 UUID v5\u3002",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "\u5e94\u7528\u7a0b\u5e8f\u5bc6\u7801\u540d\u79f0\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/introspect": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/(?P<uuid>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "\u7531\u5e94\u7528\u7a0b\u5e8f\u63d0\u4f9b\u7684\u7528\u4e8e\u552f\u4e00\u8bc6\u522b\u7684 UUID\u3002\u5efa\u8bae\u4f7f\u7528\u542b\u6709 URL \u6216 DNS \u547d\u540d\u7a7a\u95f4\u7684 UUID v5\u3002",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "\u5e94\u7528\u7a0b\u5e8f\u5bc6\u7801\u540d\u79f0\u3002",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/comments": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u540e\u53d1\u5e03\u7684\u8bc4\u8bba\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7ed9\u7279\u5b9a\u7528\u6237 ID \u7684\u8bc4\u8bba\uff0c\u9700\u8981\u6388\u6743\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a\u7ed9\u7279\u5b9a\u7528\u6237 ID \u7684\u8bc4\u8bba\uff0c\u9700\u8981\u6388\u6743\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u4f5c\u8005\u7684\u90ae\u7bb1\u5730\u5740\uff0c\u9700\u8981\u6388\u6743\u3002",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "\u5c06\u56de\u5e94\u9650\u5236\u5728\u4e00\u4e2a\u7ed9\u5b9a\u7684 ISO8601 \u517c\u5bb9\u65e5\u671f\u4e4b\u524d\u53d1\u5e03\u7684\u8bc4\u8bba\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u8bc4\u8bba\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u7236 ID \u7684\u8bc4\u8bba\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a\u7236 ID \u7684\u8bc4\u8bba\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5173\u8054\u5230\u6307\u5b9a\u6587\u7ae0 ID \u7684\u8bc4\u8bba\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u8bbe\u7f6e\u7279\u5b9a\u72b6\u6001\u7684\u8bc4\u8bba\uff0c\u9700\u8981\u6388\u6743\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u8bbe\u7f6e\u7279\u5b9a\u7c7b\u578b\u7684\u8bc4\u8bba\uff0c\u9700\u8981\u6388\u6743\u3002",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "\u8be5\u6587\u7ae0\u7684\u5bc6\u7801\uff0c\u5982\u6587\u7ae0\u53d7\u5bc6\u7801\u4fdd\u62a4\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "\u7528\u6237\u5bf9\u8c61\u7684 ID\uff0c\u5982\u679c\u4f5c\u8005\u662f\u7528\u6237\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "\u8bc4\u8bba\u8005\u7684\u90ae\u7bb1\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "\u8bc4\u8bba\u8005\u7684 IP \u5730\u5740\u3002",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "\u8bc4\u8bba\u8005\u7684\u663e\u793a\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "\u8bc4\u8bba\u8005\u7684\u7f51\u5740\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "\u8bc4\u8bba\u8005\u7684 User-Agent\u3002",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u8bc4\u8bba\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u8bc4\u8bba\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8bc4\u8bba\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "\u8bc4\u8bba\u53d1\u8868\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8bc4\u8bba\u53d1\u8868\u7684 GMT \u65e5\u671f\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "\u8bc4\u8bba\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "\u5173\u8054\u6587\u7ae0\u5bf9\u8c61\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u8bc4\u8bba\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/comments"
                    }
                ]
            }
        },
        "\/wp\/v2\/comments\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8bc4\u8bba\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "\u8bc4\u8bba\u6240\u5c5e\u6587\u7ae0\u7684\u5bc6\u7801\uff08\u5982\u679c\u8be5\u6587\u7ae0\u88ab\u5bc6\u7801\u4fdd\u62a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8bc4\u8bba\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "\u7528\u6237\u5bf9\u8c61\u7684 ID\uff0c\u5982\u679c\u4f5c\u8005\u662f\u7528\u6237\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "\u8bc4\u8bba\u8005\u7684\u90ae\u7bb1\u5730\u5740\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "\u8bc4\u8bba\u8005\u7684 IP \u5730\u5740\u3002",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "\u8bc4\u8bba\u8005\u7684\u663e\u793a\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "\u8bc4\u8bba\u8005\u7684\u7f51\u5740\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "\u8bc4\u8bba\u8005\u7684 User-Agent\u3002",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u8bc4\u8bba\u7684\u5185\u5bb9\u3002",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "\u8bc4\u8bba\u7684\u5185\u5bb9\uff0c\u5b58\u653e\u4e8e\u6570\u636e\u5e93\u4e2d\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u8bc4\u8bba\u7684 HTML \u5185\u5bb9\uff0c\u7ecf\u8f6c\u6362\u540e\u7528\u4e8e\u663e\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "\u8bc4\u8bba\u53d1\u8868\u7684\u65e5\u671f\uff08\u7ad9\u70b9\u65f6\u533a\uff09\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "\u8bc4\u8bba\u53d1\u8868\u7684 GMT \u65e5\u671f\u3002",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "\u8bc4\u8bba\u7684\u7236\u7ea7 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "\u5173\u8054\u6587\u7ae0\u5bf9\u8c61\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "\u8bc4\u8bba\u7684\u72b6\u6001\u3002",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u5143\u5b57\u6bb5\u3002",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u8bc4\u8bba\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u662f\u5426\u7ed5\u8fc7\u56de\u6536\u7ad9\u5e76\u5f3a\u884c\u5220\u9664\u3002",
                            "required": false
                        },
                        "password": {
                            "description": "\u8bc4\u8bba\u6240\u5c5e\u6587\u7ae0\u7684\u5bc6\u7801\uff08\u5982\u679c\u8be5\u6587\u7ae0\u88ab\u5bc6\u7801\u4fdd\u62a4\uff09\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e00\u79cd\u5bf9\u8c61\u7c7b\u578b\u3002",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "\u9650\u5236\u7ed3\u679c\u4e3a\u4e00\u79cd\u6216\u591a\u79cd\u5bf9\u8c61\u5b50\u7c7b\u578b\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "project",
                                    "docs",
                                    "sc_product",
                                    "templately_library",
                                    "category",
                                    "post_tag",
                                    "project_category",
                                    "project_tag",
                                    "doc_category",
                                    "doc_tag",
                                    "sc_collection",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "\u786e\u4fdd\u7ed3\u679c\u96c6\u6392\u9664\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a ID\u3002",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-renderer\/(?P<name>[a-z0-9-]+\/[a-z0-9-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "\u6b64\u533a\u5757\u7684\u552f\u4e00\u6ce8\u518c\u540d\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "\u6b64\u533a\u5757\u7684\u5c5e\u6027\u3002",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "\u6587\u7ae0\u4e0a\u4e0b\u6587\u7684 ID\u3002",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "\u533a\u5757\u547d\u540d\u7a7a\u95f4\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/block-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "\u533a\u5757\u547d\u540d\u7a7a\u95f4\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)\/(?P<name>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "\u533a\u5757\u540d\u79f0",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "\u533a\u5757\u547d\u540d\u7a7a\u95f4\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/settings": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "title": "\u6807\u9898",
                            "description": "\u7ad9\u70b9\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "title": "\u526f\u6807\u9898",
                            "description": "\u7ad9\u70b9\u526f\u6807\u9898\u3002",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "title": "",
                            "description": "\u7ad9\u70b9 URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "title": "",
                            "description": "\u6b64\u5730\u5740\u88ab\u7528\u4f5c\u7ba1\u7406\u7528\u9014\uff0c\u5982\u65b0\u7528\u6237\u901a\u77e5\u3002",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "title": "",
                            "description": "\u548c\u60a8\u5728\u540c\u4e00\u4e2a\u65f6\u533a\u7684\u57ce\u5e02\u3002",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "title": "",
                            "description": "\u5bf9\u6240\u6709\u65e5\u671f\u5b57\u7b26\u4e32\u9002\u7528\u7684\u65e5\u671f\u683c\u5f0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "title": "",
                            "description": "\u5bf9\u6240\u6709\u65f6\u95f4\u5b57\u7b26\u4e32\u9002\u7528\u7684\u65f6\u95f4\u683c\u5f0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "title": "",
                            "description": "\u4e00\u5468\u4ece\u5468\u51e0\u5f00\u59cb\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "title": "",
                            "description": "WordPress \u5730\u533a\u8bed\u8a00\u4ee3\u7801\u3002",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "title": "",
                            "description": "\u5c06\u8868\u60c5\u7b26\u53f7\u5982:-) \u548c:-P \u8f6c\u6362\u4e3a\u56fe\u7247\u663e\u793a\u3002",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "title": "",
                            "description": "\u9ed8\u8ba4\u6587\u7ae0\u5206\u7c7b\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "title": "",
                            "description": "\u9ed8\u8ba4\u6587\u7ae0\u5f62\u5f0f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "title": "\u6bcf\u9875\u6700\u591a\u6587\u7ae0\u6570",
                            "description": "\u6700\u591a\u663e\u793a\u7684\u535a\u5ba2\u9875\u9762\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "title": "\u5728\u524d\u9762\u663e\u793a",
                            "description": "\u9700\u8981\u5728\u9996\u9875\u4e0a\u663e\u793a\u7684\u9879\u76ee",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "title": "\u524d\u4e00\u9875",
                            "description": "\u9700\u8981\u5728\u9996\u9875\u4e0a\u663e\u793a\u7684\u9875\u9762 ID",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "title": "",
                            "description": "\u9700\u8981\u663e\u793a\u6700\u65b0\u6587\u7ae0\u7684\u9875\u9762 ID",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "title": "",
                            "description": "\u5141\u8bb8\u5176\u4ed6\u535a\u5ba2\u53d1\u9001\u94fe\u63a5\u901a\u77e5\uff08pingback \u548c trackback\uff09\u5230\u65b0\u6587\u7ae0\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "title": "\u5141\u8bb8\u5bf9\u65b0\u6587\u7ae0\u53d1\u8868\u8bc4\u8bba",
                            "description": "\u5141\u8bb8\u4ed6\u4eba\u5728\u65b0\u6587\u7ae0\u4e0a\u53d1\u8868\u8bc4\u8bba\u3002",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "title": "Logo",
                            "description": "\u7ad9\u70b9 logo",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "title": "\u56fe\u6807",
                            "description": "\u7ad9\u70b9\u56fe\u6807\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "surecart_theme": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "surecart_auto_sync_user_to_customer": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_honeypot_enabled": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_recaptcha_enabled": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_recaptcha_site_key": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "surecart_recaptcha_secret_key": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "surecart_recaptcha_min_score": {
                            "title": "",
                            "description": "",
                            "type": "number",
                            "required": false
                        },
                        "surecart_load_stripe_js": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_tracking_confirmation": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_tracking_confirmation_message": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "surecart_buy_link_logo_width": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "surecart_cart_menu_alignment": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "surecart_cart_menu_always_shown": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_cart_menu_selected_ids": {
                            "title": "",
                            "description": "",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "surecart_cart_icon": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "surecart_cart_icon_type": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "surecart_admin_toolbar_disabled": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_password_validation_enabled": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_shop_admin_menu": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_cart_admin_menu": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_checkout_admin_menu": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_dashboard_admin_menu": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_unrestricted_test_mode": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_hide_help_widget": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_currency_switcher_alignment": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "surecart_currency_switcher_selected_ids": {
                            "title": "",
                            "description": "",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "surecart_currency_geolocation_enabled": {
                            "title": "",
                            "description": "",
                            "type": "boolean",
                            "required": false
                        },
                        "surecart_currency_locale": {
                            "title": "",
                            "description": "",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u6307\u5b9a\u4e86\u4e00\u4e2a\u6216\u591a\u4e2a\u72b6\u6001\u7684\u4e3b\u9898\u3002",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "\u4e3b\u9898\u7684\u6837\u5f0f\u8868\u3002\u8fd9\u662f\u4e3b\u9898\u7684\u552f\u4e00\u6807\u8bc6\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u9650\u5236\u7ed3\u679c\u96c6\u4e3a\u5177\u6709\u7ed9\u5b9a\u72b6\u6001\u7684\u63d2\u4ef6\u3002",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org \u63d2\u4ef6\u76ee\u5f55\u522b\u540d\u3002",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "\u63d2\u4ef6\u542f\u7528\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/plugins"
                    }
                ]
            }
        },
        "\/wp\/v2\/plugins\/(?P<plugin>[^.\\\/]+(?:\\\/[^.\\\/]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "\u63d2\u4ef6\u542f\u7528\u72b6\u6001\u3002",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sidebars": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/sidebars"
                    }
                ]
            }
        },
        "\/wp\/v2\/sidebars\/(?P<id>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u5df2\u6ce8\u518c\u7684\u8fb9\u680f ID",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "\u5d4c\u5957\u5c0f\u5de5\u5177\u3002",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/widget-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u5c0f\u5de5\u5177\u7c7b\u578b ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/encode": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u5c0f\u5de5\u5177\u7c7b\u578b ID\u3002",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "\u5c0f\u5de5\u5177\u7684\u5f53\u524d\u8bbe\u7f6e\u5b9e\u4f8b\u3002",
                            "type": "object",
                            "required": false
                        },
                        "form_data": {
                            "description": "\u5e8f\u5217\u5316\u5c0f\u5de5\u5177\u8868\u5355\u6570\u636e\uff0c\u4ee5\u7f16\u7801\u4e3a\u8bbe\u7f6e\u5b9e\u4f8b\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/render": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u5c0f\u5de5\u5177\u7c7b\u578b ID\u3002",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "\u5c0f\u5de5\u5177\u7684\u5f53\u524d\u8bbe\u7f6e\u5b9e\u4f8b\u3002",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widgets": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "sidebar": {
                            "description": "\u8fd4\u56de\u5c0f\u5de5\u5177\u7684\u4fa7\u8fb9\u680f\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u5c0f\u5de5\u5177\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "\u5c0f\u5de5\u5177\u7684\u7c7b\u578b\u3002\u5bf9\u5e94\u4e8e widget-types \u7aef\u70b9\u7684 ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "\u5c0f\u5de5\u5177\u6240\u5c5e\u7684\u4fa7\u8fb9\u680f\u3002",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "\u5c0f\u5de5\u5177\u7684\u5b9e\u4f8b\u8bbe\u7f6e\uff08\u5982\u679c\u652f\u6301\uff09\u3002",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "\u5b9e\u4f8b\u8bbe\u7f6e\u7684 Base64 \u7f16\u7801\u8868\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "\u5b9e\u4f8b\u8bbe\u7f6e\u7684\u52a0\u5bc6\u54c8\u5e0c\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "\u672a\u7f16\u7801\u7684\u5b9e\u4f8b\u8bbe\u7f6e\uff08\u5982\u679c\u652f\u6301\uff09\u3002",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "\u6765\u81ea\u5c0f\u5de5\u5177\u7ba1\u7406\u8868\u5355\u7684 URL \u7f16\u7801\u8868\u5355\u6570\u636e\u3002\u7528\u4e8e\u66f4\u65b0\u4e0d\u652f\u6301\u5b9e\u4f8b\u7684\u5c0f\u5de5\u5177\uff08\u6307\u5199\uff09\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/widgets"
                    }
                ]
            }
        },
        "\/wp\/v2\/widgets\/(?P<id>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "\u5c0f\u5de5\u5177\u7684\u552f\u4e00\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "\u5c0f\u5de5\u5177\u7684\u7c7b\u578b\u3002\u5bf9\u5e94\u4e8e widget-types \u7aef\u70b9\u7684 ID\u3002",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "\u5c0f\u5de5\u5177\u6240\u5c5e\u7684\u4fa7\u8fb9\u680f\u3002",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "\u5c0f\u5de5\u5177\u7684\u5b9e\u4f8b\u8bbe\u7f6e\uff08\u5982\u679c\u652f\u6301\uff09\u3002",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "\u5b9e\u4f8b\u8bbe\u7f6e\u7684 Base64 \u7f16\u7801\u8868\u793a\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "\u5b9e\u4f8b\u8bbe\u7f6e\u7684\u52a0\u5bc6\u54c8\u5e0c\u503c\u3002",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "\u672a\u7f16\u7801\u7684\u5b9e\u4f8b\u8bbe\u7f6e\uff08\u5982\u679c\u652f\u6301\uff09\u3002",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "\u6765\u81ea\u5c0f\u5de5\u5177\u7ba1\u7406\u8868\u5355\u7684 URL \u7f16\u7801\u8868\u5355\u6570\u636e\u3002\u7528\u4e8e\u66f4\u65b0\u4e0d\u652f\u6301\u5b9e\u4f8b\u7684\u5c0f\u5de5\u5177\uff08\u6307\u5199\uff09\u3002",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "force": {
                            "description": "\u5f3a\u884c\u79fb\u9664\u5c0f\u5de5\u5177\uff0c\u8d27\u5c06\u5176\u79fb\u52a8\u5230\u672a\u542f\u7528\u7684\u5c0f\u5de5\u5177\u4fa7\u8fb9\u680f\u3002",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u9650\u5236\u4e3a\u5339\u914d\u641c\u7d22\u8bcd\u7684\u533a\u5757\u3002",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u5339\u914d\u5b57\u7b26\u4e32\u7684\u3002",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5206\u7c7b ID \u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u5173\u952e\u5b57 ID \u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "\u5c06\u7ed3\u679c\u9650\u5236\u4e3a\u4e0e\u6837\u677f\uff08\u522b\u540d\uff09\u5339\u914d\u7684\u7ed3\u679c\u3002",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "\u5c06\u7ed3\u679c\u96c6\u79fb\u4f4d\u7279\u5b9a\u6570\u91cf\u3002",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "\u8bbe\u7f6e\u6392\u5e8f\u5b57\u6bb5\u5347\u5e8f\u6216\u964d\u5e8f\u3002",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "\u6309\u6587\u7ae0\u5c5e\u6027\u5bf9\u96c6\u5408\u8fdb\u884c\u6392\u5e8f\u3002",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/pattern-directory\/patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-patterns\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/block-patterns\/patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-patterns\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/block-patterns\/categories"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-site-health\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp-site-health\/v1"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/background-updates": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp-site-health\/v1\/tests\/background-updates"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/loopback-requests": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp-site-health\/v1\/tests\/loopback-requests"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/https-status": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp-site-health\/v1\/tests\/https-status"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/dotorg-communication": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp-site-health\/v1\/tests\/dotorg-communication"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/authorization-header": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp-site-health\/v1\/tests\/authorization-header"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/directory-sizes": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp-site-health\/v1\/directory-sizes"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/page-cache": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp-site-health\/v1\/tests\/page-cache"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-block-editor\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp-block-editor\/v1"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/url-details": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "\u8981\u5904\u7406\u7684 URL\u3002",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/menu-locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "\u83dc\u5355\u4f4d\u7f6e\u7684\u5b57\u6bcd\u6570\u5b57\u6807\u8bc6\u7b26\u3002",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-block-editor\/v1\/export": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp-block-editor\/v1\/export"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/navigation-fallback": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "\u96c6\u5408\u7684\u5f53\u524d\u9875\u3002",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "\u7ed3\u679c\u96c6\u5305\u542b\u7684\u6700\u5927\u9879\u76ee\u6570\u91cf\u3002",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/font-collections"
                    }
                ]
            }
        },
        "\/wp\/v2\/font-collections\/(?P<slug>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "\u8bf7\u6c42\u63d0\u51fa\u7684\u8303\u56f4\uff0c\u7528\u4e8e\u51b3\u5b9a\u56de\u5e94\u5305\u542b\u7684\u5b57\u6bb5\u3002",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        }
    },
    "site_logo": 0,
    "site_icon": 189,
    "site_icon_url": "https:\/\/manychat.com.hk\/wp-content\/uploads\/2019\/08\/cropped-manychat_logo.png",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_icon",
                "href": "https:\/\/manychat.com.hk\/zh_cn\/wp-json\/wp\/v2\/media\/189"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}