curl --location --request PATCH '/spaces/documentation-group//name' \
--header 'Websync-Session;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string"
}'
{
"id": 0,
"name": "string",
"order": 0,
"spaceId": 0,
"collapsed": true
}