Get rating statistics for a note with JSON:API format.
JSON:API 1.0 requires:
Users can only view rating stats for notes in communities they are members of. Service accounts can view all rating stats.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
JSON:API response for rating statistics.
JSON:API resource object for rating statistics.
JSON:API links object for pagination and resource links.
Uses field aliases for 'self' and 'next' which are Python reserved words. Always use by_alias=True when serializing. Includes JSON:API 1.1 'describedby' link for API documentation.