curl --location --request GET 'https://app.launchdarkly.com/api/v2/usage/events'
{
"links": {
"parent": {
"href": "/api/v2/endpoint",
"type": "application/json"
},
"self": {
"href": "/api/v2/endpoint",
"type": "application/json"
},
"subseries": [
{
"href": "/api/v2/endpoint",
"type": "application/json"
}
]
}
}