curl --location --request PATCH 'https://api.checkandplace.com/api/v1/stores' \
--header 'Authorization: <api-key>' \
--header 'EMPLOYEE_TOKEN: <api-key>' \
--header 'STORE_PIN_CODE: <api-key>' \
--header 'SLUG_NAME: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"features": {
"sms": {
"is_active": true,
"reservation": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"confirmation": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"waiting_in_line": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"table_information": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"reservation_request": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"delayed_reservation": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"delayed_reservation_duration": 5,
"payment_sending": true,
"survey_sending": true,
"survey_url": "http://example.com",
"survey_customer_types": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
},
"email": {
"information": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"confirmation": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"no_show": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"waiting_in_line": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"table_information": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"reservation_request": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"survey": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"survey_url": "http://example.com",
"survey_sending": true,
"payment_sending": true
},
"whatsapp_message": {
"is_active": true
},
"email_to_store": {
"new_booking": true,
"update_booking": true,
"cancelled": true,
"incompleted": true,
"new_request": true,
"review": true
},
"calendar_delay": {
"is_active": true,
"customer_types": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"snooze_duration": 5
},
"provision": {
"is_active": true,
"amount": 0,
"currency": "string"
}
}
}'