Retrieves the tokens available on the Jupiter platform.
curl -L \ --url 'https://beta.usemoon.ai//jupiter/tokens' \ --header 'Authorization: text'
{ "success": true, "message": "text", "data": [ "text" ] }