{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"segment_code": "string",
"start_date_time": "2025-11-19T12:28:43.678Z",
"end_date_time": "2025-11-19T12:28:43.678Z",
"page_number": 0
}curl --location --request POST 'https://testapi.com/api/xd/1.0/get_customer_segment' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"segment_code": "string",
"start_date_time": "2025-11-19T12:28:43.678Z",
"end_date_time": "2025-11-19T12:28:43.678Z",
"page_number": 0
}'[
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"segment_code": "string",
"segment_customer": [
{
"customer_code": "string"
}
]
}
]