Authorization: Bearer ********************{
"grant_userids": [
22,
95,
63,
27
],
"featureid": "19",
"department_ids": [
98
]
}curl --location --request POST '/service-grant/batch-grant-user' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"grant_userids": [
22,
95,
63,
27
],
"featureid": "19",
"department_ids": [
98
]
}'{}