pub async fn get_profile() -> Result<GetProfileResponse, ServerFnError>
获取当前登录用户的资料。
Dioxus server function,注册在 /api 路径下。
/api
post
<auto>