cURL
curl --request GET \ --url http://localhost/api/version
{ "data": { "version": "'3.x-dev'" } }
The response is of type object.
object