curl --request GET \
--url https://sell.ia.proativia.com/api/v1/account-crm-pipeline/{id} \
--header 'Token: <api-key>'{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}Retorna os dados de um pipeline de CRM específico pelo ID.
curl --request GET \
--url https://sell.ia.proativia.com/api/v1/account-crm-pipeline/{id} \
--header 'Token: <api-key>'{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}