curl -X POST 'https://api.nuntly.com/emails' \ -H 'Authorization: Bearer <API_KEY>' \ -H 'Content-Type: application/json' \ ... # other headers and body
You can create an API key in the Nuntly dashboard here. Make sure to keep your API key secure and do not share it publicly.