Get a List of Match Token Classes
This API allows you to get a list of match token classes configured as part of match rules in your tenant.
You must have the MDM.Config.BusinessModel resource assigned with the
                READ privilege.
Request
GET /reltio/tools/matching/matchTokenClassesResponse
The parametrized section contains all the match token classes that have
            parameters. The notParametrized section contains all the match token
            classes that do not have parameters.
{
  "parametrized": [
    "com.reltio.match.token.CustomMatchToken",
    "com.reltio.match.token.ProximateGeoToken",
    "com.reltio.match.token.PhoneNumberMatchToken",
    ...
  ],
  "notParametrized": [
    "com.reltio.match.token.ExactMatchToken",
    ...
  ]
}