Authorization: Bearer ********************{
"clusterCode": "",
"clusterName": "",
"status": 0,
"pageNum": 0,
"pageSize": 0
}curl --location '/rule/listConditionRuleCluster' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NDg2MTcwODUsInVzZXJuYW1lIjoiYWRtaW4ifQ.JgiPcE9aWMa4G7_g-mLkTHNCyE1HS3O4hg3LO5eYppc' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"clusterCode": "",
"clusterName": "",
"status": 0,
"pageNum": 0,
"pageSize": 0
}'{}