Authorization: Bearer ********************{
"hiringStatus": "interviewed"
}curl --location --request PATCH 'http://localhost:3000/api/v1/job-applications/2/3' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"hiringStatus": "interviewed"
}'{}