curl --request PUT \
--url http://localhost:2468/v1/fs/file \
--header 'Content-Type: text/plain' \
--data '<string>'{
"bytesWritten": 1,
"path": "<string>"
}curl --request PUT \
--url http://localhost:2468/v1/fs/file \
--header 'Content-Type: text/plain' \
--data '<string>'{
"bytesWritten": 1,
"path": "<string>"
}