curl --location --request PUT '/api/note/' \ --header 'Content-Type: application/json' \ --data-raw '{ "title": "string", "content": "string" }'