This page provides information about the /help/report
endpoint on our website. This endpoint is designed to allow users to report issues or submit feedback.
Usage
To use the /help/report
endpoint, simply send a GET request to it. If you need to specify any additional parameters, you can do so as query parameters in the URL.
Example
Here's an example of how to make a GET request to the /help/report
endpoint:
GET /help/report?issue=bug&description=The+site+is+not+loading+correctly
Language Support
Our /help/report
endpoint supports multiple languages. If you access the endpoint with a language code in the path (e.g., /en/xxx
), you will receive information in English. Otherwise, you will receive information in the default language (currently Chinese).
Related Links
Golden_Retriever