Authorization: Bearer ********************
{
// "title": "job4"
}
curl --location --request DELETE 'http://127.0.0.1:8000/api/jobs/7/applicants/3/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
// "title": "job4"
}'
{}