{
"status": "Success",
"message": "Applicants retrieved successfully",
"data": [
{
"id": 2,
"status": "pending",
"createdAt": "2025-06-30T07:47:31.941Z",
"talent": {
"id": 3,
"firstName": "firstName",
"lastName": "lastName",
"email": "talent@worknation.com"
},
"internshipProgram": {
"id": 3,
"title": "qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq"
}
},
{
"id": 1,
"status": "pending",
"createdAt": "2025-06-30T07:47:21.267Z",
"talent": {
"id": 3,
"firstName": "firstName",
"lastName": "lastName",
"email": "talent@worknation.com"
},
"internshipProgram": {
"id": 2,
"title": "NEWWWW"
}
}
],
"meta": {
"total": 2,
"perPage": 10,
"currentPage": 1,
"lastPage": 1,
"firstPage": 1,
"firstPageUrl": "/?page=1&perPage=10",
"lastPageUrl": "/?page=1&perPage=10",
"nextPageUrl": null,
"previousPageUrl": null
}
}