curl --location --request POST 'https://admin-api.wannanbigpig.com/admin/v1/permission/update' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "服务心跳检测接口",
"id": 10,
"is_auth": 0,
"name": "ping",
"sort": 100
}'{
"code": 0,
"cost": "3.2ms",
"data": {},
"msg": "success",
"request_id": "req_20260423_0001"
}