Api
Set Rate Limit Override
curl -X POST "https://loading/api/v1/super-admin/rate-limits/overrides" \ -H "Content-Type: application/json" \ -d '{ "requests": 1, "tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0" }'Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}