curl --location --request PUT 'https://api.storyous.com/merchants//places/' \
--header 'x-api-router-secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantId": "string",
"name": "string",
"countryCode": "string",
"city": "string",
"address": "string",
"zip": "string",
"tariffId": "string",
"tariffPriceDiscountFirstDevice": 0,
"tariffPriceDiscountNextDevice": 0,
"stateIntervals": [
{
"since": "2019-08-24T14:15:22.123Z",
"state": "active"
}
],
"terminals": [
{
"terminalId": "string",
"name": "string",
"type": "string",
"active": true
}
]
}'