curl --location --request POST 'https://app.launchdarkly.com/api/v2/segments////users' \
--header 'Content-Type: application/json' \
--data-raw '{
"excluded": {
"add": [
"user@launchdarkly.com"
],
"remove": []
},
"included": {
"add": [
"user@launchdarkly.com"
],
"remove": []
}
}'
{}