How to resync metadata of a token id

As I check the API for resyncing metadata of a token id is gone. How can I resync it now?
BTW does IPFS link start with bafy still get blocked. Because our client’s contract address still uses that prefix a lot and we can’t get metadata or tokenUri from that link (for example: https://polygonscan.com/address/0xe2c8939D0Ce3B8da65fA609181ABb45D2cE0AEb6)

Did you find somewhere that it is removed? I can still see it in the docs and it is working.
https://docs.moralis.io/moralis-dapp/web3-api/token#resyncmetadata

I think bafy hash ends with a different URL suffix .ipfs.dweb.link. By adding this suffix to the bafy URL you can still fetch the URL data.

example url:
https://bafybeifc6bucq3x3knng7lbnjpefof6kevm7ldz75zzp7eabk4fm34kl2y.ipfs.dweb.link/

Let me try it. Tks for your help