Surface/api/Paperclip/Stickers/Create Sticker.bru
2025-02-03 22:56:49 +08:00

21 lines
259 B
Plaintext

meta {
name: Create Sticker
type: http
seq: 2
}
post {
url: {{endpoint}}/cgi/uc/stickers
body: json
auth: inherit
}
body:json {
{
"alias": "Meltdown",
"name": "Meltdown",
"attachment_id": "IpDPHEbWDDCbBofX",
"pack_id": 4
}
}