curl --location --request GET 'https/omerlo.com/api/media/v1/distributions' \
--header 'x-omerlo-media-id: {{omerlo_media_id}}' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "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:22Z"
}
],
"assocs": {},
"meta": {
"base": "http://example.com",
"next": "http://example.com",
"previous": "http://example.com"
}
}