Call End Point of app script in Creator

Call End Point of app script in Creator

Hi

google app script provide web api but this api only work in postman when same api you call its work in creator.

support team not help out sort this.

 when any api we call support team always ask is this api work in postman. if its work in postman then they will help but now this api work in postman they are not helping for us.


postman CURL:

--header 'Content-Type: application/json' \
--data '{
    "deal_id": "10",
    "Data": [
        
        {
            "$duration_days": 150,
            "probability": 100,
            "Last_Modified_Time": "2023-10-18T13:38:55+01:00",           
            "Stage": "Lost",
            "id": "226426000231109576"
           
        }
    ]
}'