Example request

POST https://httpbin.org/post

This endpoint makes an HTTP POST request to https://httpbin.org/post. The request body is in raw format and contains an input field. The response to the request returns a status code of 200 along with various attributes such as args, data, files, form, headers, json, origin, and url.

The response does not contain any specific data due to the masked/minified values. The input field in the request body is expected to be replaced with a specific value.