Authentication (Bearer Tokens)
All API requests must be authenticated using Bearer tokens. Tokens can be generated in the Developer Console with specific scopes (read_mail, send_mail, domain_manage). Implementation: Add 'Authorization: Bearer <your_token>' header to all calls.