GET
/
ping
curl --request GET \
  --url http://localhost/api/ping
{
  "data": "Pong!"
}

Response

200 - application/json
data
string
required