I am trying to send a POST request (in Python) to a server that is expecting an array containing JSON. I can't seem to format the data properly. How can I format the following payload to behave like a JavaScript array for a Node.js server?I am trying to send a POST request (in Python)