Authorization: Bearer ********************curl --location 'http://localhost:3000/api/v1/job-project-pipelines/' \
--header 'Authorization: Bearer <token>'{
"message": "record fetched successfully",
"data": {
"id": 1,
"name": "Software Engineer Pipeline",
"employerId": 123
}
}