Authorization: Bearer ********************{
"department_ids": [
7,
77,
50,
57,
100
],
"featureid": "31"
}curl --location --request POST '/service-grant/grant-deparment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"department_ids": [
7,
77,
50,
57,
100
],
"featureid": "31"
}'{}