curl --location 'https://api.gauas.com/v1/upload' \
--header 'Secret-Key: gauasnumberone' \
--header 'Private-Key: qmz*@dfwsx' \
--header 'Authorization: Bearer {{ACCESS-TOKEN}}' \
--form 'file=@"C:\\Users\\Bao\\Downloads\\GreenMindContextDiagram-Container Diagram.jpg"' \
--form 'bucket="gauas"' \
--form 'path=""' \
--form 'is_hash="false"'{}