List backup presets
List the organization's backup global configurations (presets): the named schedules applied to websites (frequency, start hour, timezone, retention in days, whether copies are incremental), with how many websites use each and which one is the default for new websites. The id is what the `preset_backup` field of "Create connection plugin" (`POST /api/public/v1/connection-plugins`) takes.
Response fields: `id`, `name` (may be null), `status` (enabled, disabled), `is_default`, `frequency`, `start_hour`, `timezone`, `day_week`, `day_month`, `retention_days`, `incremental`, `sites_count` (opt in with `fields[preset-backups]=sites_count`), `created_at`, `updated_at`.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful response

