Authorization: ********************curl --location --request GET 'https://api-homolog.docsend.com.br/api/v1/modelos-documentos/tenant?tenantId' \
--header 'Authorization: Bearer <token>'[
{
"id": 0,
"nome": "string",
"descricao": "string",
"isGlobal": true,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"tenantId": 0,
"tenantNome": "string",
"createdById": 0,
"createdByNome": "string",
"updatedById": 0,
"updatedByNome": "string",
"itens": [
{
"id": 0,
"tipoDocumento": "string",
"quantidadeSolicitada": 0,
"ordem": 0
}
]
}
]