Makes a POST request with the provided body data.
API endpoint
Request body data table or string
When I k6 make a POST request to "/posts" with body: | title | body | userId | | Test | Test body content | 1 | Copy
When I k6 make a POST request to "/posts" with body: | title | body | userId | | Test | Test body content | 1 |
Makes a POST request with the provided body data.