curl --location --request GET 'https/omerlo.com/api/media/v1/contents/f8c90701-ea36-49f4-aad2-68d6cccb1e23/questions-results' \
--header 'x-omerlo-media-id: {{omerlo_media_id}}' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kind": "question",
"template_id": "c6d67e98-83ea-49f0-8812-e4abae2b68bc",
"visual": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "image",
"url": "http://example.com",
"gravity": "center",
"credit": "string",
"caption_html": "string",
"caption_text": "string"
},
"question_html": "string",
"accept_votes_until": "2019-08-24T14:15:22.123Z",
"accept_votes_until_timezone": "America/Montreal",
"answers": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"content_html": "string",
"content_text": "string",
"votes": {
"total": 0,
"sources": "string"
}
}
]
}
],
"assocs": [
"string"
]
}