Authorization: ********************{
"name": "更新后的名称",
"description": "更新后的描述"
}curl --location --request PUT 'https://www.html-js.cn/api/user/api-key/update/LQ364dwkV?name=%E6%9B%B4%E6%96%B0%E5%90%8E%E7%9A%84%E5%90%8D%E7%A7%B0&description=%E6%9B%B4%E6%96%B0%E5%90%8E%E7%9A%84%E6%8F%8F%E8%BF%B0' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "更新后的名称",
"description": "更新后的描述"
}'{}