问题 I'm trying to connect to Cloud Waitress API, a solution for restaurants, Documentation: https://apidocs.cloudwaitress.com/#orderpromos It's documentation gives an example on how to connect to the API: curl https://api.cloudwaitress.com/v1/orders \ -X POST \ -H "Content-Type: application/json" \ -H "Authorization: YOUR_API_KEY" \ -d ` { "restaurant_id": "xxxxxxx", "limit": 10, "page": 1, "sort": { "created": -1 }, } ` I tried to create a Script in GAS to get the information back to a