pub async fn create_ticket(
    configuration: &Configuration,
    project_uuid: &str,
    member_uuid: &str,
    create_ticket: CreateTicket,
    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<TicketResponse, Error<CreateTicketError>>