curl --location --request PUT '/contacts/subscriptions' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientContactId": "1245451254",
"email": "info@incomaker.com",
"lists": [
"Newsletter",
"E-shop customers"
],
"permId": "263d7733-b8f5-4f62-9330-525702be7be7",
"event": "subscribe"
}'{
"lists": [
"Newsletter",
"E-shop customers"
]
}