cURL
curl --request PUT \ --url https://dev-billing-api.iqraa.ai/api/v1/api/v1/user-configs/customer/metering-limit \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "meteringLimit": 100 } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
100
Updated Metering Limit
The response is of type object.
object