curl --location --request GET '/ycrm/api/Customer/GetCustomer?id' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'appKey;' \
--header 'signature;' \
--header 'token;'{
"StatusCode": 200,
"Info": "",
"Data": {
"id": "c7b4CD6lvo8NryKFy5Vyn",
"idNumber": "63",
"firstName": "Cathy",
"lastName": "Tromp",
"name": "Sara McLaughlin",
"company": "eu Duis dolor",
"gender": "female",
"email": "Merritt.Towne0@hotmail.com",
"mobile": "17589586642",
"logo": "0"
},
"Total": 0
}