curl --location --request PATCH 'https://app.launchdarkly.com/api/v2/users///expiring-user-targets/' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"_links": {
"next": {
"href": "/api/v2/endpoint",
"type": "application/json"
},
"self": {
"href": "/api/v2/endpoint",
"type": "application/json"
}
},
"items": [
{
"_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,
"userKey": "string",
"variationId": "string"
}
]
}