curl --location --request PUT 'https://api.storyous.com/products/' \
--header 'x-api-router-secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId": "string",
"merchantId": "string",
"placeId": "string",
"name": "string",
"type": "device",
"ownership": "string",
"identificationNumber": "string",
"rentalFee": {
"price": 0,
"discount": 0,
"chargedFrom": "2019-08-24T14:15:22.123Z",
"discountValidTill": "2019-08-24T14:15:22.123Z"
},
"deviceId": "string",
"licenceChargedFrom": "2019-08-24T14:15:22.123Z",
"assignIntervals": [
{
"since": "2019-08-24T14:15:22.123Z",
"placeId": "string"
}
],
"activeIntervals": [
{
"since": "2019-08-24T14:15:22.123Z",
"active": true
}
],
"_removed": false
}'