Returns the top Sui packages.
cURL
curl --request GET \ --url http://localhost:8080/api/v1/sui/packages/top \ --header 'Authorization: Bearer <token>'
[ { "objectId": "<string>", "version": "<string>", "digest": "<string>", "modules": [ "<string>" ] } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of top packages