{
"identifier": "svgabc",
"pageNumber": 1,
"sorting": "creationTime",
"sortingDirection": "DESC",
"name": "SVG图",
"pageSize": 10
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/combo/list' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"identifier": "svgabc",
"pageNumber": 1,
"sorting": "creationTime",
"sortingDirection": "DESC",
"name": "SVG图",
"pageSize": 10
}'
{
"totalCount": 0,
"items": "null"
}