curl --location --request PATCH '/notes/' \ --header 'Content-Type: application/json' \ --data '{ "body": "string", "pinned": true, "metadata": {} }'