curl --location --request POST 'https://admin-api.wannanbigpig.com/admin/v1/log/request/mask-config' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"common": [
"示例文本"
],
"request_body": "{\"id\":1}",
"request_header": [
"示例文本"
],
"response_body": "{\"code\":0,\"msg\":\"success\"}",
"response_header": "{\"Content-Type\":\"application/json\"}"
}'{
"code": 0,
"cost": "3.2ms",
"data": {
"common": [
"token"
],
"request_body": [
"token"
],
"request_header": [
"token"
],
"response_body": [
"token"
],
"response_header": [
"token"
]
},
"msg": "success",
"request_id": "req_20260423_0001"
}