See eval documentation here: https://www.val.town/v/maxm/eval
To use the POST endpoint programmatically, send a POST request to this URL with the TypeScript code in the request body.
curl -X POST https://maxm-evalUI.web.val.run \
-H "Content-Type: text/plain" \
-d '1+1'
The response will be a JSON object containing either the result of the code execution or an error message.