misc update

patch-1
sandeep 2021-10-02 02:16:16 +05:30
parent 07d68212d1
commit 44f18b3b38
63 changed files with 63 additions and 0 deletions

View File

@ -13,6 +13,7 @@ requests:
- "https://app.asana.com/api/1.0/users/me" - "https://app.asana.com/api/1.0/users/me"
headers: headers:
Authorization: Bearer {{token}} Authorization: Bearer {{token}}
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -11,6 +11,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://dev.virtualearth.net/REST/v1/Locations?CountryRegion=US&adminDistrict=WA&locality=Somewhere&postalCode=98001&addressLine=100%20Main%20St.&key={{token}}" - "https://dev.virtualearth.net/REST/v1/Locations?CountryRegion=US&adminDistrict=WA&locality=Somewhere&postalCode=98001&addressLine=100%20Main%20St.&key={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -11,6 +11,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://api-ssl.bitly.com/v3/shorten?access_token={{token}}&longUrl=https://www.google.com" - "https://api-ssl.bitly.com/v3/shorten?access_token={{token}}&longUrl=https://www.google.com"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -13,6 +13,7 @@ requests:
- "https://api.buildkite.com/v2/user" - "https://api.buildkite.com/v2/user"
headers: headers:
Authorization: Bearer {{token}} Authorization: Bearer {{token}}
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -11,6 +11,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://api.buttercms.com/v2/posts/?auth_token={{token}}" - "https://api.buttercms.com/v2/posts/?auth_token={{token}}"
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -13,6 +13,7 @@ requests:
- "https://calendly.com/api/v1/users/me" - "https://calendly.com/api/v1/users/me"
headers: headers:
X-Token: "{{token}}" X-Token: "{{token}}"
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -11,6 +11,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://circleci.com/api/v1.1/me?circle-token={{token}}" - "https://circleci.com/api/v1.1/me?circle-token={{token}}"
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -12,6 +12,7 @@ requests:
path: path:
- "https://www.deviantart.com/api/v1/oauth2/placebo" - "https://www.deviantart.com/api/v1/oauth2/placebo"
body: "access_token={{token}}" body: "access_token={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -13,6 +13,7 @@ requests:
- "https://api.dropboxapi.com/2/users/get_current_account" - "https://api.dropboxapi.com/2/users/get_current_account"
headers: headers:
Authorization: Bearer {{token}} Authorization: Bearer {{token}}
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -13,6 +13,7 @@ requests:
- "https://api.github.com/user" - "https://api.github.com/user"
headers: headers:
Authorization: Basic {{base64('user:' + token)}} Authorization: Basic {{base64('user:' + token)}}
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://maps.googleapis.com/maps/api/place/autocomplete/json?input=Bingh&types=%28cities%29&key={{token}}" - "https://maps.googleapis.com/maps/api/place/autocomplete/json?input=Bingh&types=%28cities%29&key={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://www.googleapis.com/customsearch/v1?cx=017576662512468239146:omuauf_lfve&q=lectures&key={{token}}" - "https://www.googleapis.com/customsearch/v1?cx=017576662512468239146:omuauf_lfve&q=lectures&key={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://maps.googleapis.com/maps/api/directions/json?origin=Disneyland&destination=Universal+Studios+Hollywood4&key={{token}}" - "https://maps.googleapis.com/maps/api/directions/json?origin=Disneyland&destination=Universal+Studios+Hollywood4&key={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://maps.googleapis.com/maps/api/elevation/json?locations=39.7391536,-104.9847034&key={{token}}" - "https://maps.googleapis.com/maps/api/elevation/json?locations=39.7391536,-104.9847034&key={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -14,6 +14,7 @@ requests:
headers: headers:
Authorization: key={{token}} Authorization: key={{token}}
Content-Type: application/json Content-Type: application/json
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://maps.googleapis.com/maps/api/place/findplacefromtext/json?input=Museum%20of%20Contemporary%20Art%20Australia&inputtype=textquery&fields=photos,formatted_address,name,rating,opening_hours,geometry&key={{token}}" - "https://maps.googleapis.com/maps/api/place/findplacefromtext/json?input=Museum%20of%20Contemporary%20Art%20Australia&inputtype=textquery&fields=photos,formatted_address,name,rating,opening_hours,geometry&key={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://maps.googleapis.com/maps/api/distancematrix/json?units=imperial&origins=40.6655101,-73.89188969999998&destinations=40.6905615%2C-73.9976592%7C40.6905615%2C-73.9976592%7C40.6905615%2C-73.9976592%7C40.6905615%2C-73.9976592%7C40.6905615%2C-73.9976592%7C40.6905615%2C-73.9976592%7C40.659569%2C-73.933783%7C40.729029%2C-73.851524%7C40.6860072%2C-73.6334271%7C40.598566%2C-73.7527626%7C40.659569%2C-73.933783%7C40.729029%2C-73.851524%7C40.6860072%2C-73.6334271%7C40.598566%2C-73.7527626&key={{token}}" - "https://maps.googleapis.com/maps/api/distancematrix/json?units=imperial&origins=40.6655101,-73.89188969999998&destinations=40.6905615%2C-73.9976592%7C40.6905615%2C-73.9976592%7C40.6905615%2C-73.9976592%7C40.6905615%2C-73.9976592%7C40.6905615%2C-73.9976592%7C40.6905615%2C-73.9976592%7C40.659569%2C-73.933783%7C40.729029%2C-73.851524%7C40.6860072%2C-73.6334271%7C40.598566%2C-73.7527626%7C40.659569%2C-73.933783%7C40.729029%2C-73.851524%7C40.6860072%2C-73.6334271%7C40.598566%2C-73.7527626&key={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://maps.googleapis.com/maps/api/geocode/json?latlng=40,30&key={{token}}" - "https://maps.googleapis.com/maps/api/geocode/json?latlng=40,30&key={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -11,6 +11,7 @@ requests:
path: path:
- "https://www.googleapis.com/geolocation/v1/geolocate?key={{token}}" - "https://www.googleapis.com/geolocation/v1/geolocate?key={{token}}"
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://www.google.com/maps/embed/v1/place?q=Seattle&key={{token}}" - "https://www.google.com/maps/embed/v1/place?q=Seattle&key={{token}}"
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://www.google.com/maps/embed/v1/search?q=record+stores+in+Seattle&key={{token}}" - "https://www.google.com/maps/embed/v1/search?q=record+stores+in+Seattle&key={{token}}"
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=-33.8670522,151.1957362&radius=100&types=food&name=harbour&key={{token}}" - "https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=-33.8670522,151.1957362&radius=100&types=food&name=harbour&key={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://roads.googleapis.com/v1/nearestRoads?points=60.170880,24.942795|60.170879,24.942796|60.170877,24.942796&key={{token}}" - "https://roads.googleapis.com/v1/nearestRoads?points=60.170880,24.942795|60.170879,24.942796|60.170877,24.942796&key={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://maps.googleapis.com/maps/api/place/details/json?place_id=ChIJN1t_tDeuEmsRUsoyG83frY4&fields=name,rating,formatted_phone_number&key={{token}}" - "https://maps.googleapis.com/maps/api/place/details/json?place_id=ChIJN1t_tDeuEmsRUsoyG83frY4&fields=name,rating,formatted_phone_number&key={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://maps.googleapis.com/maps/api/place/photo?maxwidth=400&photoreference=CnRtAAAATLZNl354RwP_9UKbQ_5Psy40texXePv4oAlgP4qNEkdIrkyse7rPXYGd9D_Uj1rVsQdWT4oRz4QrYAJNpFX7rzqqMlZw2h2E2y5IKMUZ7ouD_SlcHxYq1yL4KbKUv3qtWgTK0A6QbGh87GB3sscrHRIQiG2RrmU_jF4tENr9wGS_YxoUSSDrYjWmrNfeEHSGSc3FyhNLlBU&key={{token}}" - "https://maps.googleapis.com/maps/api/place/photo?maxwidth=400&photoreference=CnRtAAAATLZNl354RwP_9UKbQ_5Psy40texXePv4oAlgP4qNEkdIrkyse7rPXYGd9D_Uj1rVsQdWT4oRz4QrYAJNpFX7rzqqMlZw2h2E2y5IKMUZ7ouD_SlcHxYq1yL4KbKUv3qtWgTK0A6QbGh87GB3sscrHRIQiG2RrmU_jF4tENr9wGS_YxoUSSDrYjWmrNfeEHSGSc3FyhNLlBU&key={{token}}"
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://playablelocations.googleapis.com/v3:samplePlayableLocations?key={{token}}" - "https://playablelocations.googleapis.com/v3:samplePlayableLocations?key={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://roads.googleapis.com/v1/snapToRoads?path=-35.27801,149.12958|-35.28032,149.12907&interpolate=true&key={{token}}" - "https://roads.googleapis.com/v1/snapToRoads?path=-35.27801,149.12958|-35.28032,149.12907&interpolate=true&key={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://roads.googleapis.com/v1/speedLimits?path=38.75807927603043,-9.03741754643809&key={{token}}" - "https://roads.googleapis.com/v1/speedLimits?path=38.75807927603043,-9.03741754643809&key={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://maps.googleapis.com/maps/api/staticmap?center=45%2C10&zoom=7&size=400x400&key={{token}}" - "https://maps.googleapis.com/maps/api/staticmap?center=45%2C10&zoom=7&size=400x400&key={{token}}"
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://maps.googleapis.com/maps/api/streetview?size=400x400&location=40.720032,-73.988354&fov=90&heading=235&pitch=10&key={{token}}" - "https://maps.googleapis.com/maps/api/streetview?size=400x400&location=40.720032,-73.988354&fov=90&heading=235&pitch=10&key={{token}}"
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://maps.googleapis.com/maps/api/timezone/json?location=39.6034810,-119.6822510&timestamp=1331161200&key={{token}}" - "https://maps.googleapis.com/maps/api/timezone/json?location=39.6034810,-119.6822510&timestamp=1331161200&key={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -10,6 +10,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://maps.googleapis.com/maps/api/place/textsearch/json?query=restaurants+in+Sydney&key={{token}}" - "https://maps.googleapis.com/maps/api/place/textsearch/json?query=restaurants+in+Sydney&key={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -14,6 +14,7 @@ requests:
headers: headers:
Accept: application/vnd.heroku+json; version=3 Accept: application/vnd.heroku+json; version=3
Authorization: Bearer {{token}} Authorization: Bearer {{token}}
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -12,6 +12,7 @@ requests:
path: path:
- "https://api.hubapi.com/owners/v2/owners?hapikey={{token}}" - "https://api.hubapi.com/owners/v2/owners?hapikey={{token}}"
- "https://api.hubapi.com/contacts/v1/lists/all/contacts/all?hapikey={{token}}" - "https://api.hubapi.com/contacts/v1/lists/all/contacts/all?hapikey={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -11,6 +11,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://graph.facebook.com/v8.0/me/accounts?access_token={{token}}" - "https://graph.facebook.com/v8.0/me/accounts?access_token={{token}}"
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -11,6 +11,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://api.ipstack.com/8.8.8.8?access_key={{token}}" - "https://api.ipstack.com/8.8.8.8?access_key={{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -13,6 +13,7 @@ requests:
- "https://api.iterable.com/api/export/data.json?dataTypeName=emailSend&range=Today&onlyFields=List.empty" - "https://api.iterable.com/api/export/data.json?dataTypeName=emailSend&range=Today&onlyFields=List.empty"
headers: headers:
Api_Key: "{{token}}" Api_Key: "{{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -13,6 +13,7 @@ requests:
- "https://console.jumpcloud.com/api/systems" - "https://console.jumpcloud.com/api/systems"
headers: headers:
X-Api-Key: "{{token}}" X-Api-Key: "{{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -13,6 +13,7 @@ requests:
- "https://api.lokalise.com/api2/projects/" - "https://api.lokalise.com/api2/projects/"
headers: headers:
X-Api-Token: "{{token}}" X-Api-Token: "{{token}}"
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -11,6 +11,7 @@ requests:
- method: GET - method: GET
path: path:
- "api.addressy.com/Capture/Interactive/Find/v1.00/json3.ws?Key={{token}}&Countries=US,CA&Language=en&Limit=5&Text=BHAR" - "api.addressy.com/Capture/Interactive/Find/v1.00/json3.ws?Key={{token}}&Countries=US,CA&Language=en&Limit=5&Text=BHAR"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -13,6 +13,7 @@ network:
read: 1024 read: 1024
host: host:
- "tls://smtp.mandrillapp.com:465" - "tls://smtp.mandrillapp.com:465"
matchers: matchers:
- type: word - type: word
words: words:

View File

@ -13,6 +13,7 @@ requests:
- "https://api.mailgun.net/v3/domains" - "https://api.mailgun.net/v3/domains"
headers: headers:
Authorization: Basic {{base64('api:' + token)}} Authorization: Basic {{base64('api:' + token)}}
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -11,6 +11,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://api.mapbox.com/geocoding/v5/mapbox.places/Los%20Angeles.json?access_token={{token}}" - "https://api.mapbox.com/geocoding/v5/mapbox.places/Los%20Angeles.json?access_token={{token}}"
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -15,6 +15,7 @@ requests:
Content-Type: application/json Content-Type: application/json
API-Key: "{{token}}" API-Key: "{{token}}"
body: "{ \"query\": \"{ requestContext { userId apiKey }}\" }" body: "{ \"query\": \"{ requestContext { userId apiKey }}\" }"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -13,6 +13,7 @@ requests:
- "https://registry.npmjs.org/-/whoami" - "https://registry.npmjs.org/-/whoami"
headers: headers:
Authorization: Bearer {{token}} Authorization: Bearer {{token}}
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -11,6 +11,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://api.openweathermap.org/data/2.5/weather?q=Chicago&appid={{token}}" - "https://api.openweathermap.org/data/2.5/weather?q=Chicago&appid={{token}}"
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -14,6 +14,7 @@ requests:
headers: headers:
Accept: application/vnd.pagerduty+json;version=2 Accept: application/vnd.pagerduty+json;version=2
Authorization: Token token={{token}} Authorization: Token token={{token}}
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -15,6 +15,7 @@ requests:
headers: headers:
Content-Type: application/json Content-Type: application/json
X-Pendo-Integration-Key: "{{token}}" X-Pendo-Integration-Key: "{{token}}"
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -13,6 +13,7 @@ requests:
- "https://www.pivotaltracker.com/services/v5/me" - "https://www.pivotaltracker.com/services/v5/me"
headers: headers:
X-TrackerToken: "{{token}}" X-TrackerToken: "{{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -14,6 +14,7 @@ requests:
headers: headers:
Accept: application/json Accept: application/json
X-Postmark-Server-Token: "{{token}}" X-Postmark-Server-Token: "{{token}}"
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -15,6 +15,7 @@ network:
read: 1024 read: 1024
host: host:
- "tls://smtp.sendgrid.net:465" - "tls://smtp.sendgrid.net:465"
matchers: matchers:
- type: word - type: word
words: words:

View File

@ -13,6 +13,7 @@ requests:
- "https://slack.com/api/auth.test" - "https://slack.com/api/auth.test"
headers: headers:
Authorization: Bearer {{token}} Authorization: Bearer {{token}}
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -13,6 +13,7 @@ requests:
- "https://sonarcloud.io/api/authentication/validate" - "https://sonarcloud.io/api/authentication/validate"
headers: headers:
Authorization: Basic {{base64(token + ':')}} Authorization: Basic {{base64(token + ':')}}
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -13,6 +13,7 @@ requests:
- "https://api.spotify.com/v1/me" - "https://api.spotify.com/v1/me"
headers: headers:
Authorization: Bearer {{token}} Authorization: Bearer {{token}}
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -15,6 +15,7 @@ requests:
headers: headers:
Content-Type: application/json Content-Type: application/json
Authorization: Bearer {{token}} Authorization: Bearer {{token}}
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -13,6 +13,7 @@ requests:
- "https://api.stripe.com/v1/charges" - "https://api.stripe.com/v1/charges"
headers: headers:
Authorization: Basic {{base64(token + ':')}} Authorization: Basic {{base64(token + ':')}}
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -13,6 +13,7 @@ requests:
- "https://api.tinify.com/shrink" - "https://api.tinify.com/shrink"
headers: headers:
Authorization: Basic {{base64('api:' + token)}} Authorization: Basic {{base64('api:' + token)}}
matchers: matchers:
- type: word - type: word
part: header part: header

View File

@ -14,6 +14,7 @@ requests:
headers: headers:
Travis-API-Version: 3 Travis-API-Version: 3
Authorization: token {{token}} Authorization: token {{token}}
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -13,6 +13,7 @@ requests:
- "https://api.twitter.com/1.1/account_activity/all/subscriptions/count.json" - "https://api.twitter.com/1.1/account_activity/all/subscriptions/count.json"
headers: headers:
Authorization: Bearer {{token}} Authorization: Bearer {{token}}
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -14,6 +14,7 @@ requests:
headers: headers:
Content-Type: application/json Content-Type: application/json
X-Api-Token: "{{token}}" X-Api-Token: "{{token}}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -11,6 +11,7 @@ requests:
- method: GET - method: GET
path: path:
- "https://wakatime.com/api/v1/users/current/projects/?api_key={{token}}" - "https://wakatime.com/api/v1/users/current/projects/?api_key={{token}}"
matchers: matchers:
- type: status - type: status
status: status:

View File

@ -14,6 +14,7 @@ requests:
headers: headers:
Content-Type: application/json Content-Type: application/json
body: "{\"l_from\":\"en\",\"l_to\":\"fr\",\"request_url\":\"https://www.website.com/\",\"words\":[{\"w\":\"This is a blue car\",\"t\":1},{\"w\":\"This is a black car\",\"t\":1}]}" body: "{\"l_from\":\"en\",\"l_to\":\"fr\",\"request_url\":\"https://www.website.com/\",\"words\":[{\"w\":\"This is a blue car\",\"t\":1},{\"w\":\"This is a black car\",\"t\":1}]}"
matchers: matchers:
- type: word - type: word
part: body part: body

View File

@ -12,6 +12,7 @@ requests:
path: path:
- "https://www.googleapis.com/youtube/v3/activities?part=contentDetails&maxResults=25&channelId=UC-lHJZR3Gqxm24_Vd_AJ5Yw&key={{token}}" - "https://www.googleapis.com/youtube/v3/activities?part=contentDetails&maxResults=25&channelId=UC-lHJZR3Gqxm24_Vd_AJ5Yw&key={{token}}"
matchers-condition: or matchers-condition: or
matchers: matchers:
- type: word - type: word
part: body part: body