{
"id": 0,
"roleName": "string",
"status": true,
"pageNum": 1,
"pageSize": 10,
"isNotPage": false
}
curl --location --request POST '/api/roles/getAll' \
--header 'Authorization: bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"roleName": "string",
"status": true,
"pageNum": 1,
"pageSize": 10,
"isNotPage": false
}'
{}