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