PUT/upload/advertisement-top-banner-desktop-image
curl https://api.cineamo.com/upload/advertisement-top-banner-desktop-image \
--request PUT \
--header 'Content-Type: application/json' \
--data '{
"id": "id",
"name": "name",
"type": "type"
}'
{
"id": "id",
"name": "name",
"type": "type"
}