Create a new ingest token for telemetry data ingestion.
| Field | Type | Description |
|---|---|---|
uuid | string | Unique identifier for the token |
token | string | The token value (shown only once) |
created_at | string | Creation timestamp (ISO 8601) |
status | string | Token status (active) |
| Code | Description |
|---|---|
200 | Token generated successfully |
401 | Invalid or missing JWT token |