cURL
curl --request POST \ --url https://prod.oneloop.ai/api/v1/api-key/record-usage \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "key": "<string>", "usage": "0", "usageName": "<string>" }'
{}