pub async fn signup_core(
state: &AppState,
rc: &RequestContext,
authority: &Authority,
body: &Value,
) -> Result<Value, ParseError>Expand description
POST /users. Signup.
pub async fn signup_core(
state: &AppState,
rc: &RequestContext,
authority: &Authority,
body: &Value,
) -> Result<Value, ParseError>POST /users. Signup.