user
创建用户 API Key
如果已存在API Key则作废旧的,生成新的API Key
post/v2/user/api_key
Headers
Authorizationstring required
With the bearer started
Request body
Response
success
Example response
{
"message": "success"
}如果已存在API Key则作废旧的,生成新的API Key
With the bearer started
success
{
"message": "success"
}