Authorization: Bearer ********************curl --location --request POST '/desktop/customer-segments/remove-customers/2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerIds": [167]
}'{
"success": true,
"message": "Customers removed from segment successfully!",
"data": {}
}