curl --location 'https/omerlo.com/api/media/v1/sitemap/contents?before=undefined&after=undefined&limit=undefined' \
--header 'x-omerlo-media-id: {{omerlo_media_id}}' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"canonical_url": "string",
"canonical_domain": "string",
"locales": [
{
"locale": "en",
"title": "string",
"visual": {
"type": "image",
"url": "string",
"caption": "string",
"credit": "string"
},
"lastmod": "2019-08-24T14:15:22.123Z"
}
],
"published_at": "2019-08-24T14:15:22.123Z"
}
],
"meta": {
"base": "http://example.com",
"next": "http://example.com",
"previous": "http://example.com"
},
"assocs": {}
}