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