curl --location --request GET 'https/omerlo.com/api/media/v1/newsletter/mailinglists?visibilities&locale=fr&limit&before&after' \
--header 'x-omerlo-media-id: {{omerlo_media_id}}' \
--header 'Authorization: Bearer <token>'{
"meta": {
"base": "http://example.com",
"next": "http://example.com",
"previous": "http://example.com"
},
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"media_id": "59458438-e712-4754-944d-fc838e1a631d",
"name": "string",
"description": "string",
"visibility": "public",
"frequency": "string",
"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:22.123Z"
}
]
}