API - Get Endpoints By Filter

The URL of the API is effectively the same as Get All Endpoints (/api/v1/endpoints/), except for one difference:
To get endpoints by filter, the user must specify a pair of query parameters: field & regex
e.g.

GET https://{host}/api/v1/endpoints?field=name&regex=.*Zion.*

where: