curl --location --request GET 'https://ttt.iierp.com/ycrm/api/Customer/GetCustomerList?pageSize&pageIndex&searchText' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'appKey;' \
--header 'signature;' \
--header 'token;'{
"StatusCode": 200,
"Info": null,
"Data": [
{
"id": "",
"idNumber": "idNumber",
"firstName": "first Name",
"lastName": "last Name",
"name": "name",
"company": "company name",
"gender": "gender",
"email": "email",
"mobile": "mobile",
"logo": "logo"
}
],
"Total": 0
}