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