Surface/api/Paperclip/Stickers/Create Sticker Pack.bru
2025-01-04 21:26:28 +08:00

20 lines
311 B
Plaintext

meta {
name: Create Sticker Pack
type: http
seq: 1
}
post {
url: {{endpoint}}/cgi/uc/stickers/packs
body: json
auth: inherit
}
body:json {
{
"prefix": "cat",
"name": "Solar Network full of Cats!",
"description": "The sticker packs is full of stickers which related with cats!"
}
}