pub async fn post_new_user_to_moocfi(
user_details: &CreateAccountDetails,
) -> Result<()>
Expand description
Posts new user account to tmc.mooc.fi.
Based on implementation from https://github.com/rage/mooc.fi/blob/fb9a204f4dbf296b35ec82b2442e1e6ae0641fe9/frontend/lib/account.ts