curl --location --request PUT '/api/departments' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": -2147483648,
"name": "string",
"code": "string",
"note": "string",
"active": "string",
"created_by_user_id": -2147483648,
"created_at": null,
"updated_at": null,
"deleted_at": "string",
"created_by": -2147483648,
"updated_by": -2147483648
}'