curl --location --request POST 'https://api.mediaconnect.no/capi/v1/product/stop/delivery' \
--header 'Content-Type: application/json' \
--data-raw '{
"deliveryStop": {
"id": 1,
"product": "CO27409",
"stopTime": 1561121761000,
"stopEndTime": 1561985761000,
"stopType": "temporary",
"deliveryStopChannel": "EMAIL",
"deliveryStopReason": "BS"
}
}'
{
"deliveryStops": {
"id": 1,
"product": "CO27409",
"stopTime": 1561121761000,
"stopEndTime": 1561985761000,
"stopType": "temporary",
"deliveryStopChannel": "EMAIL",
"deliveryStopReason": "BS"
}
}