curl --location 'https://api.cobra.de/v1/crm/lists/people/3fa85f64-5717-4562-b3fc-2c963f66afa6/detail' \
--header 'X-Integration-Name: API Documentation' \
--header 'X-Integration-Provider: cobra GmbH' \
--header 'X-Cobra-TenantId: 12e39e53-ece1-4d8d-8958-e782de1dbef0' \
--header 'X-Integration-Contact: info@cobra.de' \
--header 'Accept-Language: de-DE'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"members": [
{
"peopleId": "string",
"salutation": "string",
"title": "string",
"firstName": "string",
"lastName": "string",
"businessCardId": "string",
"email": "string"
}
]
},
"message": "string",
"metaData": {
"totalResults": 0,
"responseTimeStamp": "2019-08-24T14:15:22.123Z"
},
"statusCode": 0
}