APIClient is used to make HTTP requests. Within the plugin lifecycle of the client application, you can use app.apiClient to make client requests, and within components you can use useAPIClient() and useRequest()
Asynchronous data management, can be client request data or custom async functions. For detailed usage, refer to ahooks' useRequest() documentation