Authorization: ********************curl --location --request POST 'https://prod.your-api-server.com/api/Projeto/AdicionarLembrete/' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"nota": "string",
"dataLembrete": "2019-08-24T14:15:22.123Z",
"usuarioId": 0
}'