Authentication

All requests must be authenticated using a JWT token.

  • Authentication Method: Bearer Token

  • Headers Required:

Authorization: Bearer YOUR_JWT

Content-Type: application/json

Last updated