pub async fn create_project_invoice(
    configuration: &Configuration,
    project_uuid: &str,
    create_project_invoice: CreateProjectInvoice,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<ResponseCreateprojectinvoice, Error<CreateProjectInvoiceError>>