curl -L \
--request PUT \
--url 'https://api.platform.softwareone.com/public/v1/products/{productId}/media/{id}' \
--header 'Content-Type: application/json' \
--data '{
"id": "text",
"audit": {},
"$meta": {},
"name": "text",
"type": "text",
"description": "text",
"status": "text",
"filename": "text",
"size": 1,
"contentType": "text",
"displayOrder": 1,
"url": "text",
"product": {}
}'