Below is a Curl function that I need to execute in classic asp and I can't figure out how to begin. I have looked t and reviewed Curl in classic asp and the field just dont match up. Could anyone offer any assistance?
curl -X POST \
https://api.sparkpost.com/api/v1/transmissions \
-H "Authorization: bcefxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"content": {
"from": "sandbox@sparkpostbox.com",
"subject": "Thundercats are GO!!!",
"text": "Sword of Omens, give me sight BEYOND sight"
},
"recipients": [{ "address": "info@domain.com" }]
}'