{
"hasMore": false,
"order": "ASC",
"sort": "string",
"pageNumber": 1,
"pageSize": 10,
"tag": [
"string"
],
"selling": 0,
"keyword": "string"
}
curl --location --request POST 'http://172.20.238.8:48806/prompt/tag/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"hasMore": false,
"order": "ASC",
"sort": "string",
"pageNumber": 1,
"pageSize": 10,
"tag": [
"string"
],
"selling": 0,
"keyword": "string"
}'
{
"records": [
{
"id": {},
"tenantId": 0,
"promptId": {},
"tag": "",
"createdBy": 0,
"createdAt": "",
"updatedBy": 0,
"updatedAt": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": "",
"pages": 0
}