Response
200 - application/json
The response is of type object
.
curl --request GET \
--url http://localhost/api/ping
{
"data": "Pong!"
}
curl --request GET \
--url http://localhost/api/ping
{
"data": "Pong!"
}
The response is of type object
.