v1
latestSwagger 2.02026-07-17413.9 KBUnannotatedEchoService
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"
}