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