Authorization: ********************x-api-key: ********************x-api-secret: ********************curl --location --request GET 'https://api.ticaret.pro/crm/customers//representatives' \
--header 'x-account-id;' \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {
"rows": [
{
"id": "string",
"customerId": "string",
"userId": "string",
"user": {
"id": "string",
"email": "string",
"displayName": "string",
"status": "string"
},
"isPrimary": true,
"status": "string"
}
]
}
}