curl --location --request POST 'https://api.craftcart.io/api/v1/public/marketing/unsubscribe' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "eyJhbGciOiJI..."
}'{"success":true,"data":{"unsubscribed":true,"email":"jane@example.com","acceptsMarketing":false},"meta":{}}