curl --location --request GET '/v1/users/app_key/sub/list?page=1&page_size=10' \
--header 'app-key: {{app-key}}'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"page": 0,
"page_size": 0,
"total_pages": 0,
"items": [
{
"id": 0,
"app_key": "string",
"credit_quota": "string",
"credit_quota_balance": "string",
"status": 0,
"remark": "string",
"created_at": "string"
}
]
}
}