curl --location --request POST '/api/departments/insert' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"code": "string",
"notes": "string",
"active": true,
"permission_ids": [
0
],
"created_by_user_id": 0
}'