meta {
  name: search-artists
  type: http
  seq: 12
}

get {
  url: https://api.music.apple.com/v1/catalog/us/search
  body: none
  auth: bearer
}

query {
  types: artists
  term: miley cyrus
  limit: 25
  offset: 0
  ~include: albums
}

auth:bearer {
  token: {{TOKEN}}
}
