patch https://api.workbase.io/v1/pages/
Response
xxxxxxxxxx
curl --request PATCH \
--url https://api.workbase.io/v1/pages/id \
--header 'Portal-Mode: employeePortal' \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": "string",
"name": "string",
"icon": "string",
"sidebar": true,
"imageUrl": "string"
}