Authorization: Bearer ********************{
"conditionRuleCode": "",
"pageNo": 1,
"pageSize": 20
}curl --location '/rule/listConditionRule/history' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NDg2MTcwODUsInVzZXJuYW1lIjoiYWRtaW4ifQ.JgiPcE9aWMa4G7_g-mLkTHNCyE1HS3O4hg3LO5eYppc' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"conditionRuleCode": "",
"pageNo": 1,
"pageSize": 20
}'{}