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