curl --request PUT \
--url http://localhost/api/v3/profiles/{profile}/attributes/comms \
--header 'Content-Type: application/json' \
--data '
{
"email_optout": true,
"push_optout": true,
"sms_optout": true,
"post_optout": true,
"phone_optout": true,
"email_bounced": true,
"push_bounced": true,
"sms_bounced": true,
"post_bounced": true,
"phone_bounced": true,
"sms_promo": true,
"push_promo": true,
"email_promo": true,
"post_promo": true,
"phone_promo": true,
"email_discover": true,
"email_benefits": true,
"email_reminders": true,
"email_account": true,
"email_bookings": true,
"email_feedback": true,
"email_location": true,
"email_service": true,
"sms_discover": true,
"sms_benefits": true,
"sms_reminders": true,
"sms_account": true,
"sms_bookings": true,
"sms_feedback": true,
"sms_location": true,
"sms_service": true,
"push_discover": true,
"push_benefits": true,
"push_reminders": true,
"push_account": true,
"push_bookings": true,
"push_feedback": true,
"push_location": true,
"push_service": true,
"phone_discover": true,
"phone_benefits": true,
"phone_reminders": true,
"phone_account": true,
"phone_bookings": true,
"phone_feedback": true,
"phone_location": true,
"phone_service": true,
"post_discover": true,
"post_benefits": true,
"post_reminders": true,
"post_account": true,
"post_bookings": true,
"post_feedback": true,
"post_location": true,
"post_service": true,
"email_verification": "not_sent",
"sms_verification": "not_sent",
"post_verification": "not_sent",
"phone_verification": "not_sent",
"email_consent_updated_at": "2023-11-07T05:31:56Z",
"sms_consent_updated_at": "2023-11-07T05:31:56Z",
"terms_accepted_at": "2023-11-07T05:31:56Z",
"terms_accepted_version": "<string>"
}
'