Rest API - HATEOAS and Linking
You want to design a REST API for an order system with states:
new, paid, shipped, and cancelled. Which of the following JSON responses best uses action links to guide clients through valid state transitions when the order is in paid state?