curl --location --request GET 'https/omerlo.com/api/media/v1/webpages/contact-us' \
--header 'x-omerlo-media-id: {{omerlo_media_id}}' \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"title": "string",
"slug": "string",
"html": "string",
"seo_enabled": true,
"use_default_layout": true,
"meta": {
"locales": {
"current": "string",
"available": [
"string"
]
}
},
"updated_at": "2019-08-24T14:15:22Z"
},
"assocs": {}
}