Authorization: ********************{
"description": "Programa de Integração Social",
"initials": "PIS",
"mask": {"id": 6},
"country": {"id": 76}
}curl --location 'https://prod.your-api-server.com/api/v1/documenttype' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"description": "Programa de Integração Social",
"initials": "PIS",
"mask": {"id": 6},
"country": {"id": 76}
}'{}