How to include API request/response message in test report?

Currently when run the API test suite, from the test report, when I selected the send request step, it will not show the request message I sent out, also if I select the response step, it also will not show the what message received form server. This is not a good way to verify or view the report. Does Katalon Studio has this feature right now?

Just add a WS.comment(‘whatever I want to print here’) in your testcase and that will be shown in the report

Thanks. Yes, it can print the request or response’s body, but the message of json is unformatted, which looks ugly.

can you please share the piece of code you have written to print them in the report.
And also the report instance if availble with you.