{
"applicantIds": [1, 2, 3]
}curl --location --request DELETE 'http://localhost:3000/api/v1/job-project-pipelines//applicants' \
--header 'Content-Type: application/json' \
--data '{
"applicantIds": [1, 2, 3]
}'{
"message": "string",
"data": {
"removedApplicants": 0,
"pipelineId": 0
}
}