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