curl --location --request PUT 'https://api-demo-story.glueup.com/v2/subscription/subscribeLists' \
--header 'a;' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact": {
"organizationId": 2040,
"givenName": "Given",
"familyName": "Family",
"emailAddress": {
"value": "email.put@here.com"
}
},
"subscriptionListIds": [
3042
],
"sendNotice": false
}'{
"organizationId": 2040,
"id": 1000008,
"givenName": "Given",
"familyName": "Family",
"emailAddress": {
"value": "email.put@here.com"
},
"subscribed": true
}