GET /jobs
Returns a list of all job listings.
GET /jobs/:id
Returns details of a specific job using its ID.
POST /jobs
Creates a new job listing. Include job data in the request body (JSON).
PUT /jobs/:id
Updates an existing job listing by ID. Include updated data in the request body.
DELETE /jobs/:id
Deletes a job listing by its ID.