Authorization: Bearer ********************{
"creator": "",
"notEqualCreator": "",
"conditionRuleCodes": []
}curl --location '/rule/listSimpleConditionRule' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NDg2MTcwODUsInVzZXJuYW1lIjoiYWRtaW4ifQ.JgiPcE9aWMa4G7_g-mLkTHNCyE1HS3O4hg3LO5eYppc' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"creator": "",
"notEqualCreator": "",
"conditionRuleCodes": []
}'{}