x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/customers/selections//members' \
--header 'x-api-key: <api-key>'{
"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
}