Hereās the first query:
And the full curls:
First query (works):
curl -X 'GET' \
'https://deep-index.moralis.io/api/v2/nft/transfers?chain=eth&from_block=3918216&to_block=3928216&format=decimal' \
-H 'accept: application/json' \
-H 'X-API-Key: MY KEY'
Second query (invalid cursor):
curl -X 'GET' \
'https://deep-index.moralis.io/api/v2/nft/transfers?chain=eth&from_block=3918216&to_block=3928216&format=decimal&cursor=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJvcmRlciI6IkRFU0MiLCJvZmZzZXQiOjUwMCwibGltaXQiOjUwMCwidG9fYmxvY2siOiIzOTI4MjE2IiwiZnJvbV9ibG9jayI6IjM5MTgyMTYiLCJwYWdlIjoxLCJ3aGVyZSI6e30sImlhdCI6MTY0Mjk1NjM4M30.UoL_1TyiXGuOxQYN4J4Gsvn1XSInBF2Xh4v65pSLDoY' \
-H 'accept: application/json' \
-H 'X-API-Key: MY KEY'