curl --location --request PUT 'http://127.0.0.1:46952/api/file?path=/lua/scripts/test/test_upload.lua' \ --header 'Content-Type: text/plain' \ --data-raw 'LOG.debug("Hello, world!")'
ok