curl --location --request GET 'https://app.launchdarkly.com/api/v2/segments///expiring-user-targets/'
{
"_id": "string",
"_links": {
"next": {
"href": "/api/v2/endpoint",
"type": "application/json"
},
"self": {
"href": "/api/v2/endpoint",
"type": "application/json"
}
},
"_resourceId": {
"environmentKey": "string",
"flagKey": "string",
"key": "string",
"kind": "string",
"projectKey": "string"
},
"_version": 0,
"expirationDate": 1735689600000,
"targetType": "string",
"userKey": "string"
}