meta {
  name: Create Sticker
  type: http
  seq: 2
}

post {
  url: {{endpoint}}/cgi/uc/stickers
  body: json
  auth: inherit
}

body:json {
  {
    "alias": "Deadge",
    "name": "Dead",
    "attachment_id": "pcbFd0u4zgdM39HM",
    "pack_id": 4
  }
}