method: get
end url: http://127.0.0.1:8000/jobs/
method: post
end url: /jobs
request body: { "job_role": "string", "salary": int, "job_location": "string" }
method: delete
end url: /jobs/{job_id}
method: get
end url: http://127.0.0.1:8000/jobs/2
method: post
end url: /jobs/{job_id}/apply/{canditate_id}
request body: { "job_id": int, "canditate_id": int }
method: get
end url: http://127.0.0.1:8000/appliedjobs/
method: get
end url: http://127.0.0.1:8000/canditates
method: post
end url: /canditates
request_body: { "name": "string", "email": "string" }