Authorization: Bearer ********************
{
"search": "string",
"pageSize": 0,
"currentPage": 0
}
curl --location --request POST 'https://sbi.pigeon-server.cn/api/ui/rules/get-list' \
--header 'Content-Type: application/json' \
--data-raw '{
"search": "string",
"pageSize": 0,
"currentPage": 0
}'
{
"status": true,
"msg": "",
"data": [
{
"uuid": 4,
"id": 1,
"name": "[Pigeon Server]FTB-Interactions",
"activity": 1,
"createTime": "2024-08-26T09:21:05.000Z",
"updateTime": "2024-08-26T14:26:37.000Z"
}
]
}