curl --location --request GET 'https://api.ticaret.pro/crm/customers?page&limit&q&customerStatus&city§or&source&representativeUserId&teamGroupId' \
--header 'x-account-id;' \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {
"rows": [
{
"id": "string",
"accountId": "string",
"title": "string",
"shortName": "string",
"sector": "string",
"city": "string",
"notes": "string",
"source": "string",
"taxOffice": "string",
"taxNumber": "string",
"status": "active",
"primaryRepresentativeUserId": "string",
"primaryTeamGroupId": "string",
"representative": {
"id": "string",
"email": "string",
"displayName": "string",
"status": "string"
},
"team": {},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"page": 0,
"limit": 0,
"total": 0
}
}