curl --location --request POST '/api/departments/update-dept-role' \ --header 'Content-Type: application/json' \ --data-raw '{ "dept_id": 0, "ids": [ 0 ] }'