Search vehicle exterior colors
To include additional information about the returned body (such as year, make, model and trim) request with the query parameter as `verbose=yes`. For complex queries you may use the json field to send an array of URL encoded JSON conditions, example: `[{"field": "name", "op": "in", "val": ["red", "blue"]}]` JSON operators: `=`, `!=`, `>`, `=`, `<=`, `in`, `not in`, `like`, `not like`, `not null`, and `is null`. JSON search fields: `year`, `make`, `model`, `trim`, `name`, `rgb`, `cr...