Authorization: Bearer ********************{
"userId": 0,
"jobId": 0,
"isPass": true
}curl --location --request PATCH 'http://localhost:3000/api/v1/shortlisted-candidates/shortlist/remark' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"userId": 0,
"jobId": 0,
"isPass": true
}'{}