curl --location --request PATCH 'https://api.hirempire.com/v1/update-job' \
--header 'Authorization: Bearer YOUR_TOKEN_HERE' \
--header 'Content-Type: application/json' \
--data-raw '{
"job_id": "xyz456abc123",
"status": "Active" // Pending, Active, Paused, Hired, Closed
}'{
"success": true,
"id": "xyz456abc123",
"status": "Active"
}