{
"app_id": "string",
"appsecret": "string",
"workspace_id": "string",
"create_by": 0,
"create_time": "string",
"update_by": 0,
"update_time": "string",
"id": 0
}curl --location '/manage/api/v1/system/config/wx' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"app_id": "string",
"appsecret": "string",
"workspace_id": "string",
"create_by": 0,
"create_time": "string",
"update_by": 0,
"update_time": "string",
"id": 0
}'{
"code": 0,
"message": "",
"data": {}
}