curl --location --request PUT 'https://dev-api.idukki.io/admin/business?businessId=267' \
--header 'x-api-key: {{x-api-key}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Fully Updated Business",
"primary_contact_details": "admin@updated-business.com",
"secondary_contact_details": "support@updated-business.com",
"currency": "EUR",
"webstore_url": "https://fully-updated-business.com",
"address_house_number": "456",
"address_street_name": "Updated Street",
"address_city": "Berlin",
"address_country": "Germany",
"address_pincode": "10115",
"primary_color": "#28A745",
"secondary_color": "#FFC107",
"date_format": "DD/MM/YYYY",
"defaultSenderEmailAddress": "no-reply@updated-business.com",
"defaultReplyToEmailAddress": "replies@updated-business.com",
"privacyPolicy": "https://updated-business.com/privacy",
"storeLogo": "https://updated-business.com/logo.png",
"hashtags": ["#updated", "#business", "#ecommerce"]
}'