curl --location '/settings/opportunityPipelines?includeStages=true' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 0,
"createdOnDateTime": "string",
"opportunityPipelineName": "string",
"stages": [
{
"id": 0,
"stageName": "string"
}
]
}
]
}