Authorization: Bearer ********************curl --location --request POST '/api/document-types' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"isActive": true,
"code": "string"
}'{}