Post usage
POST {{baseUrl}}/v1/usage
nThis REST API reference describes how to post or import usage data for one or more accounts in the CSV format. There are no path or query parameters. The data is uploade using the HTTP multipart/form-data POST method and applied to the user's tenant. nn## How this REST API Call WorksnThe content of the upload file must follow the format used by the UI import tool. It must be a comma-separated (CSV) file with a corresponding .csv extension. The length of the file name must not exceed 50 charact
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content | string | Must be multipart/form-data.n |