Authorization: Bearer ********************{
"name": "Updated Software Engineer Pipeline"
}curl --location --request PATCH 'http://localhost:3000/api/v1/job-project-pipelines/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Updated Software Engineer Pipeline"
}'{
"message": "updated successfully",
"data": {
"id": 1,
"name": "Updated Software Engineer Pipeline",
"employerId": 123
}
}