springboot-crud-restful-api-mongodb Data-Model for Student: { "address": { "city": "string", "country": "string", "state": "string", "zipCode": 0 }, "emailId": "string", "firstName": "string", "lastName": "string", "studentId": 0 }