meta {
  name: Get Stickers
  type: http
  seq: 4
}

get {
  url: {{endpoint}}/cgi/uc/stickers?take=10
  body: none
  auth: none
}

params:query {
  take: 10
}