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

21 lines
261 B
Plaintext
Raw Normal View History

2025-01-04 21:26:28 +08:00
meta {
name: Create Sticker
type: http
seq: 2
}
post {
url: {{endpoint}}/cgi/uc/stickers
body: json
auth: inherit
}
body:json {
{
2025-02-10 00:44:52 +08:00
"alias": "BaLoading",
"name": "BaLoading",
"attachment_id": "2JCI2uh21mKkfk9P",
"pack_id": 3
2025-01-04 21:26:28 +08:00
}
}