curl --location --request PUT 'https://api.storyous.com/merchants//features/' \
--header 'x-api-router-secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"feature": "string",
"title": "string",
"merchantId": "string",
"placeId": "string",
"enabled": true,
"currentPricing": {
"mode": "free",
"price": 0,
"trialTill": "string",
"discount": 0
}
}'{
"status": "OK"
}