{
"branch": "string",
"backup": true,
"path": "string"
}curl --location 'http://127.0.0.1:8001/api/v1/wx/github/update' \
--header 'Content-Type: application/json' \
--data '{
"branch": "string",
"backup": true,
"path": "string"
}'{
"success": true,
"message": "string",
"backup_created": true,
"backup_path": "string",
"updated_files": [
"string"
],
"error": "string"
}