UpdateStaffData: {
    body: UpdateStaffBodyDto;
    path: {
        staffId: string;
    };
    query?: never;
    url: "/backoffice/staff/{staffId}";
}