x-api-key: ********************curl --location -g --request PATCH 'https://relay.exostack.cloud//api/customers/selections//members' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"add_customer_ids": [
55,
60
],
"remove_customer_ids": [
42
]
}'{
"code": "3",
"id": 8,
"items": [
{
"active": true,
"customer_code": "DUPO001",
"customer_id": 15,
"customer_name": "Dupont & Fils Inc."
},
{
"active": true,
"customer_code": "LAFO001",
"customer_id": 28,
"customer_name": "Lafontaine Services"
}
],
"members_count": 2
}