pub async fn create_user(
__arg0: State<AppState>,
user: CurrentUser,
__arg2: Json<NewUser>,
) -> Result<impl IntoResponse, ApiError>Expand description
Creates a person.
pub async fn create_user(
__arg0: State<AppState>,
user: CurrentUser,
__arg2: Json<NewUser>,
) -> Result<impl IntoResponse, ApiError>Creates a person.