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