{
"credit_quota": "1000",
"remark": "备注信息"
}
// credit_quota :非必须参数 默认0
// remark: 非必须参数curl --location --request POST '/v1/users/app_key/create' \
--header 'app-key: {{app_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"credit_quota": "1000",
"remark": "备注信息"
}
// credit_quota :非必须参数 默认0
// remark: 非必须参数'{}