How to read ipfs using ipfsHash

How to get ipfs json data using ipfsHash

i tried this but it loop infinite

const url = https://gateway.moralisipfs.com/ipfs/QmYXMQvXaebMxLe2ZZR5QbjkE5qR6dPVCYUaUc8hkNeGSr/my_file;
// const url = https://gateway.moralisipfs.com/ipfs/${ipfsHash};
const response = await axios.get(url);
console.log(response);

You can use any other public ipfs gateway like cloudflare or ipfs.io