Open Milayomi opened 3 months ago
To store jobs
POST: /api/v1/jobs
{ "title": "string", "description": "string", "location": "string", "salary": 0, "level": "Junior", "company": "string" }
{ "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "title": "string", "description": "string", "location": "string", "salary": 0, "level": "Junior", "company": "string", "date-posted": "2024-08-24T13:54:05.495Z" }
@Milayomi can i pick up this? if yes kindly assign me to it
Description
To store jobs
Route
POST: /api/v1/jobs
Request Body
Response Body