{
"sync_code": "C0001"
}
curl --location --request POST 'https://merchantapi-demo.bill24.io/customer/get_customer_detail' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {token get from endpoint (Authorization)}' \
--header 'Content-Type: application/json' \
--data-raw '{
"sync_code": "C0001"
}'
{
"code": "000",
"message": "Success",
"message_kh": "ជោគជ័យ",
"data": {
"sync_code": "C0001",
"name": "Update Customer",
"name_kh": "អតិថិជន ខ",
"phone": "0122558963",
"email": "Bill24@gmail.com",
"walletBalances": [
{
"id": "4a7911a6-f21b-4fe0-98c4-1c4f483e50cc",
"name": "Customer A Wallet",
"balance": 0,
"currency": "KHR"
}
]
}
}