How to authenticate with the Sequin Management API.
Navigate to account settings
Find your API token
Authorization: Bearer YOUR_API_TOKEN
curl -X GET "https://api.sequinstream.com/api/sinks" \ -H "Authorization: Bearer YOUR_API_TOKEN"