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