Authorization: ********************curl --location --request POST 'https://api-homolog.docsend.com.br/api/v1/consentimentos/multiplos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"tipo": "string",
"versao": "string"
}
]'[
{
"id": 0,
"userId": 0,
"tipo": "string",
"versao": "string",
"ativo": true,
"ipAddress": "string",
"consentidoEm": "2019-08-24T14:15:22.123Z",
"revogadoEm": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]