curl --location --request GET 'https://app.launchdarkly.com/api/v2/users////flags/'
{
"_links": {
"next": {
"href": "/api/v2/endpoint",
"type": "application/json"
},
"self": {
"href": "/api/v2/endpoint",
"type": "application/json"
}
},
"_value": true,
"setting": null
}