Authorization: Bearer ********************{
"jobId": 5,
"status": "draft"
}curl --location 'http://localhost:3000/api/v1/job-applications/apply' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"jobId": 5,
"status": "draft"
}'{
"message": "Job applied successfully",
"status": "Success",
"data": {
"jobId": 2,
"applicantId": 3,
"applicationStatus": "draft",
"id": 2,
"hiringStatus": "applied",
"createdAt": "2024-10-02T22:02:44.706Z",
"updatedAt": "2024-10-02T22:02:44.706Z",
"deletedAt": null
}
}