{
  "code": 200,
  "message": "Successfully retrieved key signature rate limits!",
  "day": {
    "max": 120,
    "remaining": 120,
    "reset_at": null
  },
  "hour": {
    "max": 60,
    "remaining": 60,
    "reset_at": null
  },
  "minute": {
    "max": 10,
    "remaining": 10,
    "reset_at": null
  },
  "load_shedding": {
    "at": 70,
    "chance": 60
  }
}