curl --location --request GET 'https://api.gauas.com/api/v2/upload/file?file_path&bucket' \
--header 'Private-Key: qmz*@dfwsx' \
--header 'Authorization: Bearer {{ACCESS-TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_path": "string"
}'{}