hassanjamal/modus-nhtsa-api

Requirement 2

hassanjamal opened this issue · 0 comments

Enhance your application so that it also responds on an additional
endpoint:

POST http://localhost:8080/vehicles

Which, when called with an application/JSON body as follows:

    "modelYear": 2015,
    "manufacturer": "Audi",
    "model": "A3"
}

should respond with exactly the same JSON as your existing endpoint
from Requirement 1 does.