Rest API - HATEOAS and Linking
Given this JSON response snippet:
What is the correct next step for a client to cancel the order?
{"state": "pending", "actions": {"cancel": "/orders/123/cancel"}}What is the correct next step for a client to cancel the order?
