{
"current": 1,
"size": 10,
"params": {
},
"ascs": [
],
"descs": [
]
}
curl --location --request POST '/accStaffRole/export' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"size": 10,
"params": {
},
"ascs": [
],
"descs": [
]
}'
{
"code": 0,
"msg": "",
"data": null
}