Authorization: ********************curl --location --request GET 'https://api-homolog.docsend.com.br/api/v1/obrigacoes/modelos/por-regime/?tenantId' \
--header 'Authorization: Bearer <token>'{
"id": 0,
"nome": "string",
"regimeTributarioId": 0,
"regimeTributarioNome": "string",
"regimeTributarioCodigo": "string",
"tenantId": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"itens": [
{
"obrigacaoId": 0,
"obrigacaoNome": "string",
"ordem": 0
}
]
}