curl --location --request GET '/enterprise' \
--header 'X-API-Key;'{
"name": "xxxx企业",
"accounts": [
{
"name": "xxxx账户01",
"chargeType": "PREPAID",
"status": "ENABLED"
},
{
"name": "xxxx账户02",
"chargeType": "CHARGE",
"status": "ENABLED"
}
]
}