curl --location --request GET 'https://app.launchdarkly.com/api/v2/flag-status//'
{
"_links": {
"parent": {
"href": "/api/v2/endpoint",
"type": "application/json"
},
"self": {
"href": "/api/v2/endpoint",
"type": "application/json"
}
},
"environments": {
"property1": {
"default": {},
"lastRequested": "2016-08-16T21:10:11.886Z",
"name": "new"
},
"property2": {
"default": {},
"lastRequested": "2016-08-16T21:10:11.886Z",
"name": "new"
}
},
"key": "string"
}