meta {
  name: -upc
  type: http
  seq: 3
}

get {
  url: {{ENDPOINT}}upc?country=JP&upc=199066255872
  body: none
  auth: bearer
}

params:query {
  country: JP
  upc: 199066255872
  ~withTracks: true
  ~includeServices: yandex
}

auth:bearer {
  token: {{API_KEY}}
}
