curl --location 'http://localhost:3000/api/v1/integrations/applicant/'{
"message": "Fetched successfully",
"status": "Success",
"data": {
"applicant": {
"id": "12345",
"firstName": "John Doe",
"lastName": "John Doe",
"otherName": "John Doe",
"gender": "male",
"email": "john@example.com",
"cvKey": "abc123"
}
}
}