pub async fn handle_get_user_profile(
__arg0: State<Arc<Context>>,
__arg1: TypedHeader<Authorization<Bearer>>,
) -> Result<Json<UserProfileResponse>, StatusCode>
pub async fn handle_get_user_profile(
__arg0: State<Arc<Context>>,
__arg1: TypedHeader<Authorization<Bearer>>,
) -> Result<Json<UserProfileResponse>, StatusCode>