curl --location 'https://api-learn.ispringlearn.com/webhook/unsubscribe' \
--header 'X-Auth-Account-Url: https://myaccount.ispringlearn.com' \
--header 'X-Auth-Email: email@email.com' \
--header 'X-Auth-Password: password' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--data '{
"subscriberName": "name",
"subscriptionType": "LEARNERS_ENROLLED_IN_COURSE"
}'
XML