curl --request PUT \
--url https://cloud.onyx.app/api/admin/token-rate-limits/rate-limit/{token_rate_limit_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"token_budget": 123,
"period_hours": 123
}
'