Function mz_frontegg_mock::handlers::sso::handle_create_domain
source ยท pub async fn handle_create_domain(
__arg0: State<Arc<Context>>,
__arg1: Path<String>,
__arg2: Json<Domain>,
) -> Result<Json<DomainResponse>, StatusCode>