curl --request PUT \
--url https://api.closebot.com/library/files/{fileId} \
--header 'Content-Type: multipart/form-data' \
--header 'X-CB-KEY: <api-key>' \
--form newFile='@example-file'curl --request PUT \
--url https://api.closebot.com/library/files/{fileId} \
--header 'Content-Type: multipart/form-data' \
--header 'X-CB-KEY: <api-key>' \
--form newFile='@example-file'