Authorization: Bearer ********************
{
"status": "accepted"
}
curl --location --request PUT 'http://127.0.0.1:8000/api/jobs/applicants/2/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "accepted"
}'
{}