curl --location --request PATCH '/cascades//name' \ --header 'Content-Type: application/json' \ --data '{ "newName": "string" }'
{ "success": true }