{ "noteId": "string", "section": 0, "settings": { "privacy": { "type": "string", "rule": { "noShare": true, "expireAt": "string" } } } }
curl --location --request POST '/api/open/api/v1/note/set' \ --header 'Authorization: Bearer {{API-KEY}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "noteId": "string", "section": 0, "settings": { "privacy": { "type": "string", "rule": { "noShare": true, "expireAt": "string" } } } }'
{}