IP address in JSON format

GET https://postman-echo.com/ip

A simple GET request to return the IP address of the source request in the following JSON format:

{
  ip: "request-ip-address"
}