curl --location --request POST 'https://api.inboxkit.com/v1/api/infra-guard/update-settings' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain_uid": "string",
"alert_preferences": {
"email_notifications": true,
"in_app_notifications": true
},
"bounce_thresholds": {
"warning": 0,
"critical": 0
},
"ipt_enabled": true,
"ipt_receiver_types": [
"personal_gmail"
],
"ipt_test_day": "sunday",
"ipt_frequency": "weekly"
}'{
"error": false,
"message": "string",
"data": {
"uid": "string",
"domain_uid": "string",
"alert_preferences": {
"email_notifications": true,
"in_app_notifications": true
},
"bounce_thresholds": {
"warning": 0,
"critical": 0
},
"ipt_enabled": true,
"ipt_receiver_types": [
"string"
],
"ipt_test_day": "string",
"ipt_frequency": "string",
"ipt_next_scheduled_run": "2019-08-24T14:15:22.123Z"
}
}