Authorization: ********************{
"customerId": "string"
}curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/customer/tree' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": "string"
}'{
"code": 0,
"data": [
{
"id": "",
"pid": "",
"customerName": "",
"customerType": "",
"contactName": "",
"contactTel": "",
"contactMail": "",
"contactAddress": "",
"leaf": false,
"parentCustomerName": ""
}
],
"msg": ""
}