Surface/api/Paperclip/Stickers/Create Sticker Pack.bru

20 lines
311 B
Plaintext
Raw Normal View History

2025-01-04 13:26:28 +00:00
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!"
}
}