26.09.2025, 12:58
You are missing Content-Length header for the POST request.
You should use json.encode instead of writing JSON manually to avoid potential errors.
Code:
["Content-Length"] = #iData,
You should use json.encode instead of writing JSON manually to avoid potential errors.