UpdateJobData: {
    body: JobUpdateBodyDto;
    path: {
        id: string;
    };
    query?: never;
    url: "/tenants/me/jobs/{id}";
}