When I run the following snippet, I get an error:
from moralis import evm_api
result = evm_api.nft.sync_nft_contract(
api_key=‘xx’,
params={“address”: ‘yy’, “chain”: “mumbai”},
)
File “./env/lib/python3.10/site-packages/moralis/evm_api/nft/sync_nft_contract.py”, line 12, in sync_nft_contract
api_response = api_instance.sync_nft_contract(
TypeError: SyncNftContract.sync_nft_contract() got an unexpected keyword argument ‘accept_content_types’