curl --location -g --request GET 'http:///V1/products//media'
[
{
"content": {
"base64_encoded_data": "string",
"name": "string",
"type": "string"
},
"disabled": true,
"extension_attributes": {
"video_content": {
"media_type": "string",
"video_description": "string",
"video_metadata": "string",
"video_provider": "string",
"video_title": "string",
"video_url": "string"
}
},
"file": "string",
"id": 0,
"label": "string",
"media_type": "string",
"position": 0,
"types": [
"string"
]
}
]