register

Function register 

Source
pub async fn register(
    pool: Data<PgPool>,
    query: Form<RegistrationRequest>,
) -> ApplicationResponse