curl --location --request PATCH '/projects//memo' \ --header 'Websync-Session;' \ --header 'Content-Type: application/json' \ --data '{ "memo": "string" }'
{ "projectId": 0, "memo": "string" }