If you're using an API Token, use it as a bearer token, like ``` curl -X GET "https://api.cloudflar
If you're using an API Token, use it as a bearer token, like
curl -X GET "https://api.cloudflare.com/client/v4/zones/<ZONE ID>/dns_records" \
-H "Authorization: Bearer <API KEY>" \
-H "Content-Type:application/json"