curl --location 'https://crm.private-crm.ru/api/public/current-office/settings' \
--header 'identifier: demo' \
--header 'Application-key: tokenkey'{
"name": "Москва",
"diet": {
"current_day": 3,
"period_days": 28
},
"subscription_ends_by": "by_meals",
"default_delivery_plan": 34,
"bonus": {
"earn_percent": 0,
"max_redeem_percent": 100,
"bonus_to_currency_rate": 1
},
"currency": {
"code": "RU",
"name": "Россия",
"symbol": "р."
}
}