curl --location --request GET 'https://enterprise-api.writer.com/styleguide/page/' \
--header 'Authorization;'
{
"id": 0,
"title": "string",
"url": "string",
"section": {
"id": 0,
"title": "string",
"url": "string"
},
"status": "live",
"order": 0,
"content": "string",
"createdAt": "2024-02-01T06:08:07.362Z",
"updatedAt": "2024-02-01T06:08:07.362Z",
"updatedBy": {
"id": 0,
"firstName": "string",
"lastName": "string",
"email": "string"
}
}