meta {
  name: Search By MalID to Get Simkl ID
  type: http
  seq: 1
}

get {
  url: https://api.simkl.com/search/id?anilist=174576
  body: none
  auth: none
}

params:query {
  anilist: 174576
}

headers {
  simkl-api-key: {{SIMKL_CLIENT_ID}}
}