cURL
curl --request GET \ --url https://commerce.driv.ly/api/makemodels/{make}/{model}
{ "data": { "make": "Toyota", "model": "Camry" }, "success": true }
MakeModel is uniquely identified by Make
MakeModel is uniquely identified by Model
The number of levels of related objects to include in the response
MakeModel Found
The response is of type object.
object