curl --location --request PATCH '/spaces/documentation-group//change-collapsed' \ --header 'Content-Type: application/json' \ --data-raw '{ "collapsed": true }'
{ "userId": 0, "groupId": 0, "collapsed": true }