Authorization: ********************curl --location --request PUT 'https://api-homolog.docsend.com.br/api/v1/notificacoes//lida' \
--header 'Authorization: Bearer <token>'{
"id": 0,
"tipo": "NOVA_SOLICITACAO",
"titulo": "string",
"mensagem": "string",
"link": "string",
"lida": true,
"createdAt": "2019-08-24T14:15:22.123Z"
}