Authorization: Bearer ********************{
"account": "string"
}curl --location --request POST '/eims/cgi/v1/zones/actions/match' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "string"
}'{
"matchedZone": {
"id": "",
"name": "",
"matchedZoneCode": "",
"matchedZoneStartIP": "",
"matchedZoneEndIP": ""
},
"serverDistribution": {
"zones": [
{
"id": "",
"name": "",
"isDefault": false,
"hosts": [
""
]
}
],
"connectivityMode": ""
}
}