Prints the most recent API response body to stdout for debugging.
Strip before merging — this is a developer aid only.
Step pattern
Then print API responseExamples
Example #1
Then print API responseExample #2
When I send a GET request to "/api/users"
Then print API responseExample #3
And print API responseExample #4
When I send a POST request to "/api/login"
Then the API response code should be 200
And print API responseExample #5
When I send a DELETE request to "/api/orders/1"
Then print API response