rules:
  - path: /vendor-contract-store-carveouts-dataloader
    methods: [POST]
    profiles:
      OrchAdminProfile: ['*']
  - path: /delivery-restrictions/account/<int>
    methods: [GET]
    profiles:
      OrchAdminProfile: ['*']
      ContentProfile: [review_digital_audio]
  - path: /delivery-restrictions/subaccount/<int>
    methods: [GET]
    profiles:
      OrchAdminProfile: ['*']
      ContentProfile: [review_digital_audio]
  - path: /delivery-restrictions/product/<int>
    methods: [GET]
    profiles:
      OrchAdminProfile: ['*']
      ContentProfile: [review_digital_audio]
  - path: /delivery-restrictions/product/<int>
    methods: [POST]
    profiles:
      OrchAdminProfile: ['*']
      ContentProfile: [review_digital_audio]
  - path: /delivery-restrictions/account/<int>
    methods: [POST]
    profiles:
      OrchAdminProfile: ['*']
      ContentProfile: [review_digital_audio]
