API reference for Paginated Goats

With GET

          curl "https://paginatedgoats.com/api/?page=5&limit=3"
        

With POST

          curl "https://paginatedgoats.com/api/" -H "Content-Type: application/json" -d '{"page": 5, "limit": 3}'