Read a stress test resource by ID.
Usage
stress_read(id)
id: int
The identifier of the resource to read.
dict
A dictionary with the resource data.
>>> stress_read(1) {'id': 1, 'data': 'loaded'}