Authorization: ********************curl --location --request GET 'https://api-homolog.docsend.com.br/api/v1/obrigacoes/regimes//obrigacoes?tenantId' \
--header 'Authorization: Bearer <token>'{
"id": 0,
"nome": "string",
"codigo": "string",
"descricao": "string",
"isAtivo": true,
"tenantId": 0,
"isGlobal": true,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"totalEmpresas": 0,
"obrigacoes": [
{
"obrigacaoId": 0,
"obrigacaoNome": "string",
"tempoPrevistoPadrao": 0,
"tempoObrigacaoOriginal": 0
}
]
}