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