pub async fn create_application(
    configuration: &Configuration,
    x_fusion_auth_tenant_id: Option<&str>,
    application_request: Option<ApplicationRequest>
) -> Result<ApplicationResponse, Error<CreateApplicationError>>
Expand description

Creates an application. You can optionally specify an Id for the application, if not provided one will be generated.