Unfortunately there is no query parameter to specify an exact match, but if you are looking for "test" out of those three names, it will be the first item in the returned entities array, especially if you specify ?sortBy=name.
And of course, depending on how you are interacting with the API (via an sdk, etc.), you could loop through the returned data to perform an exact string comparison yourself.