Update a request with JSON:API format.
JSON:API 1.1 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.
JSON:API request body for updating a request.
JSON:API data object for request update.
Successful Response
JSON:API response for a single request resource.
JSON:API resource object for a request.
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.