{
"applicantIds": [1, 2, 3]
}curl --location 'http://localhost:3000/api/v1/job-project-pipelines//applicants' \
--header 'Content-Type: application/json' \
--data '{
"applicantIds": [1, 2, 3]
}'{
"message": "Applicants added to pipeline successfully",
"data": {
"addedApplicants": 3,
"pipelineId": 1
}
}