curl --location --request GET 'open.nolibox.com/api/app/get/balance' \
--header 'Authorization: Basic xxxxxxxxxx'
{
"code": 0,
"msg": "string",
"data": {
"app_key": "string",
"account_name": "string",
"credit_balance": 0,
"number_of_times_balance": [
{
"service_name": "string",
"balance": "string",
"due_time": 0
}
],
"create_time": 0,
"update_time": 0
}
}