Authorization: Bearer ********************curl --location --request GET '/api/v1/vmware/vpc/00e2ef8c-913f-44f8-abff-6f48ad22ec4f/s3/d8c82109-3d17-4ac2-8b21-5fedb2d81c54/bucket/aaa/get-policy' \
--header 'authorization: Bearer xxxxx' \
--header 'orgid;' \
--header 'priority: u=1, i' \
--header 'sentry-trace;' \
--header 'Authorization: Bearer <token>'{
"status": true,
"policy": "{\"Version\": \"2012-10-17\", \"Id\": \"demo\", \"Statement\": [{\"Sid\": \"Stmt7738437740335\", \"Effect\": \"Allow\", \"Principal\": \"*\", \"Action\": \"s3:*\", \"Resource\": [\"arn:aws:s3:::all-migrate-jobs-han\", \"arn:aws:s3:::all-migrate-jobs-han/*\"], \"Condition\": {}}]}"
}