Php – How to update the contact lists of an email address in the Send grid?
I'm utilizing the SendGrid API to manage contacts and their associated contact lists. Referring to the documentation here, I initially created an email address and assigned it to Contact Lists (XXXXX, YYYYY) using the following request: curl -X PUT "https://api.sendgrid.com/v3/marketing/contacts"…