meta {
  name: Load AniList Oauth Page
  type: http
  seq: 1
}

get {
  url: https://anilist.co/api/v2/oauth/authorize?client_id={{ANILIST_APP_ID}}&redirect_uri=http://localhost:6734/callback&response_type=code
  body: none
  auth: none
}

params:query {
  client_id: {{ANILIST_APP_ID}}
  redirect_uri: http://localhost:6734/callback
  response_type: code
}