In your bash example, the property target is an array, in your Python example it is a string. Try this: data = json.dumps({"name": "abc", ...
確定! 回上一頁