pub async fn get_current_user() -> Result<CurrentUserResponse, ServerFnError>
获取当前登录用户的公开信息。
Dioxus server function,注册在 /api 路径下。
/api
post
<auto>