curl --location --request GET '/induction-info/material/get/v2?itemId=1'
{
"success": true,
"message": null,
"data": {
"diplomaImg": "http://dummyimage.com/400x400",
"academicDegreeImg": "http://dummyimage.com/400x400",
"leavingCertImg": "http://dummyimage.com/400x400",
"medicalReportImg": [
"http://dummyimage.com/200x100",
"http://dummyimage.com/200x100"
],
"otherCertImg": [
"http://dummyimage.com/200x100"
]
}
}