UnannotatedEchoService
EchoBody method receives a simple message and returns it.
post/v1/example/echo_body
Request body
Example request
{
"duration": "duration",
"num": "num",
"id": "id"
}Response
A successful response.
Example response
{
"duration": "duration",
"num": "num",
"id": "id"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.