Authorization: ********************curl --location --request POST 'https://api-homolog.docsend.com.br/api/v1/tipos-documentos/global' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nome": "string",
"descricao": "string",
"isAtivo": true
}'{
"id": 0,
"nome": "string",
"descricao": "string",
"isAtivo": true,
"clienteId": 0,
"tenantId": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}