Rest API - HATEOAS and Linking
Given this API response:
Which URL should the client request next?
{"data": {"id": 7, "title": "Movie"}, "links": {"next": "https://api.example.com/movies/8"}}Which URL should the client request next?
