POST/echo
Echo POST
Mirror the request body, query, and headers back — handy when you want to see exactly what your client is sending.
ReturnsEchoResponse
Response examples
200Request mirror
{
"method": "string",
"url": "string",
"headers": {},
"query": {}
}