PUT http://localhost:3000/api/passengers/123456789 Content-Type: application/json { "name": "John Doe", "dateOfBirth": "1990-01-01T00:00:00.000Z", "isFemale": false } ### get all GET http://localhost:3000/api/passengers/ ### get one GET http://localhost:3000/api/passengers/123456789