curl --request POST \
--url https://app.teable.ai/api/base/%7BbaseId%7D/chat/execute-script \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"code":"string","input":{"property1":null,"property2":null},"integrationIds":["string"],"dependencies":[{"name":"string","version":"string"}]}'