Authorization: Bearer ********************{
"grant_deptid": 1,
"featureid": "global-connect"
}curl --location --request DELETE '/service-grant/grant-department' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"grant_deptid": 1,
"featureid": "global-connect"
}'{}