Authorization: Bearer ********************curl --location --request GET '/crm/addressBook/getBuyer?buyerId&clientReference' \
--header 'Authorization: Bearer <token>'{
"code": "string",
"msg": "string",
"data": {
"buyerId": "string",
"type": 1,
"walletType": 1,
"platformName": "string",
"platformUsername": "string",
"customerDetails": {
"fullLegalName": "string",
"identityType": 1,
"identityNumber": "string",
"dateOfBirth": "2019-08-24",
"placeOfBirth": "string",
"residentialAddress": {
"country": "string",
"state": "string",
"city": "string",
"postcode": "string",
"addressLine1": "string",
"addressLine2": "string"
}
},
"clientReference": "string",
"participantCode": "string"
}
}