curl --location -g --request GET 'https/omerlo.com/api/media/v1/issues/sections/{{issue_section_id}}/contents?category_ids[]=9e97d675-a5af-4b33-b6de-25c0f060dce3' \
--header 'x-omerlo-media-id: {{omerlo_media_id}}' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"template_id": "c6d67e98-83ea-49f0-8812-e4abae2b68bc",
"title_html": "string",
"title_text": "string",
"lead_html": "string",
"lead_text": "string",
"subtitle_html": "string",
"subtitle_text": "string",
"canonical_domain": "string",
"canonical_url": "string",
"visibility": "free",
"show_published_at": true,
"published_at": "2019-08-24T14:15:22Z",
"author_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"category_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"visual": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "image",
"url": "http://example.com",
"gravity": "center",
"credit": "string",
"caption_html": "string",
"caption_text": "string"
},
"meta": {
"locales": {
"current": "string",
"available": [
"string"
]
}
},
"updated_at": "2019-08-24T14:15:22Z"
}
],
"assocs": {
"content_templates": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"key": "string",
"enabled_fields": [
"title_html"
],
"metadata": [
{
"key": "string",
"value": "string"
}
],
"meta": {
"locales": {
"current": "string",
"available": [
"string"
]
}
},
"updated_at": "2019-08-24T14:15:22Z"
}
]
}
}