{
"pageSize": "string",
"currentPage": "string",
"queryParam": {
"title$VLK": "string"
}
}
curl --location --request POST '/ab-bpm/biz/bizCustDialog/listData/' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": "string",
"currentPage": "string",
"queryParam": {
"title$VLK": "string"
}
}'
{}