curl --location --request GET 'https://app.launchdarkly.com/api/v2/usage/mau'
{
"_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"
}
]
},
"metadata": [
{
"sdk": "ruby",
"source": "server",
"version": "5.4.3"
}
],
"series": [
{
"0": 0,
"time": 1551740400000
}
]
}