x-api-key: ********************{
"acctId": "string"
}curl --location '/fencealerts/fence-names' \
--header 'token;' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"acctId": "string"
}'{
"fenceNames": [
"string"
]
}