add: contenttype

This commit is contained in:
2026-02-24 13:06:48 +00:00
parent dd6ca2d75b
commit 6aeea9dedb

View File

@@ -13,6 +13,7 @@ data = json.dumps(payload).encode("utf-8")
req = urllib.request.Request(
url,
headers={"Content-Type": "application/json"},
data=data,
method="POST"
)