# Gerar token de autenticação Gera um token JWT válido por 12 horas. É necessário enviar credenciais via ( em Base64). Endpoint: POST /authentication Version: 1.1.0 Security: basicAuth ## Response 200 fields (application/json): - `token` (string) Token JWT Example: "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1..." - `expire` (number) Timestamp de expiração em segundos Example: 959804400 ## Response 400 fields (application/json): - `error` (string) Example: "Could not generate a new token"