meta { name: search-tracks type: http seq: 13 } get { url: https://api.music.apple.com/v1/catalog/us/search body: none auth: bearer } query { types: songs term: She Bad (Remix) ~limit: 1 ~offset: 0 } auth:bearer { token: {{TOKEN}} }