{
"condition": [
{
"field": "string",
"operation": "string",
"value": "string"
}
],
"orderBy": "string",
"pageNo": 0,
"pageSize": 0
}
curl --location --request POST 'http://127.0.0.1:8658/snc-order/assessmentCategoryRule/search' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": [
{
"field": "string",
"operation": "string",
"value": "string"
}
],
"orderBy": "string",
"pageNo": 0,
"pageSize": 0
}'
{}