curl --location --request POST '/api/Projeto/AdicionarLembrete/' \ --header 'Content-Type: application/json-patch+json' \ --data-raw '{ "nota": "string", "dataLembrete": "2019-08-24T14:15:22Z", "usuarioId": 0 }'