Stickers

This commit is contained in:
2025-01-04 21:26:28 +08:00
parent 547ba19e61
commit d06df3d278
15 changed files with 1004 additions and 34 deletions

View File

@ -0,0 +1,20 @@
meta {
name: Create Sticker
type: http
seq: 2
}
post {
url: {{endpoint}}/cgi/uc/stickers
body: json
auth: inherit
}
body:json {
{
"alias": "AteChip",
"name": "Cat ate chips",
"attachment_id": "d0b692cc64054463",
"pack_id": 2
}
}