List all ratings for a note with JSON:API format.
JSON:API 1.0 requires:
Returns JSON:API formatted response with data and jsonapi keys.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
JSON:API response for a list of rating resources.
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.