{
"order": "asc",
"offset": 0,
"limit": 10,
"queryParam": {
"account$VLK": "",
"fullname$VLK": "",
"status$VLK": ""
}
}
curl --location --request GET '/ab-org/user/listJson' \
--header 'Authorization: Bearer{{Auth_Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"order": "asc",
"offset": 0,
"limit": 10,
"queryParam": {
"account$VLK": "",
"fullname$VLK": "",
"status$VLK": ""
}
}'
{}