{}
curl --location --request POST 'https://ligai.cn/openapi/api/comment/list-sticker' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": "0",
"data": [
{
"stickerDesc": "ok",
"stickerCode": "liga-OK"
}
]
}