email and mailinglist_id body parameterscurl --location --request POST 'https://ccigrandest.omerloclients.com/newsletter/subscriptions' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"mailinglist_id": "80360c79-8075-4195-b471-a02cc2ee610b",
"name": "string"
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"reader_id": "c3dd5906-db17-490d-891a-a52f41984cd2",
"mailinglist": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6",
"visibility": "public",
"localized": {
"locale": "en",
"name": "string",
"description": "string",
"frequency": "string",
"visual": {
"type": "image",
"caption_html": "<p>An awesome Lama!</p>",
"caption_text": "string",
"credit": "Unsplash",
"gravity": "north",
"url": "http://localhost:9000/local-assets/lama-3.jpg"
}
},
"updated_at": "2019-08-24T14:15:22.123Z"
},
"inserted_at": "2019-08-24T14:15:22.123Z"
}
}