Typescript
import { Autumn as autumn } from 'autumn-js'; await autumn.usage({ customer_id: 'user_123', feature_id: 'seats', value: 10 });
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The feature ID to set usage for
Your unique identifier for the customer
The usage value to set