Crear una nota para un contacto
curl --request POST \ --url 'https://api.fint.app/api/v1/contact/:contactId([0-9]+)/note' \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "note": "<string>" }'
{ "id": 123 }