curl --request POST \
--url https://api.wacht.dev/segments/data \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"target_type": "user",
"filters": {
"segment_id": "<string>",
"user": {
"name": "<string>",
"email": "<string>",
"phone": "<string>"
},
"organization": {
"name": "<string>"
},
"workspace": {
"name": "<string>"
}
}
}
'