{
"condition": [],
"orderBy": "id desc",
"pageNo": 1,
"pageSize": 30
}
curl --location --request POST 'http://127.0.0.1:8658/snc-order/assessmentKpi/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": [],
"orderBy": "id desc",
"pageNo": 1,
"pageSize": 30
}'
{}