curl --location 'https://app.highperformr.ai/api/segments/' \
--header 'x-api-key: <api-key>'{
"data": {
"id": "seg_4n2k8j",
"type": "segments",
"attributes": {
"name": "Enterprise prospects",
"description": "Inbound engagers from LinkedIn social listening",
"segmentSources": [
"src_li_inbound_01",
"src_li_post_01"
],
"folderIds": [
"folder_abc123"
],
"conditions": [],
"isDefault": false,
"refreshStatus": "completed"
}
}
}