curl --location --request POST 'https://api.gauas.com/api/v2/upload/file' \
--header 'Pr;' \
--header 'Private-Key: qmz*@dfwsx' \
--header 'Authorization: Bearer {{ACCESS-TOKEN}}' \
--form 'file=@"C:\\Users\\tnqbao\\Documents\\hello.html"' \
--form 'bucket="test"' \
--form 'path=""'{}