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