TASKS ACHIEVED are below:
jobs/search?query=engineer,mechanic This will be a GET request which will return result against the input query parameter.
jobs/create This will be a POST request which can create a new job-post on array
Generate fake data for job listings according to the entity specification given above and return it in the API response. Don’t worry about saving this data in the local database.