{
  "data": {
    "id": "1",
    "type": "gift_cards",
    "attributes": {
      "value": 5
    },
    "relationships": {
      "order": {
        "data": {
          "id": 1,
          "type": "orders"
        },
        "links": {
          "self": "https://example.com/api/v1/gift_cards/1/relationships/order",
          "related": "https://example.com/api/v1/gift_cards/1/order"
        }
      }
    },
    "links": {
      "self": "https://example.com/api/v1/gift_cards/1"
    }
  },
  "included": [
    {
      "id": 1,
      "type": "orders",
      "attributes": {
        "price": 1.0
      }
    }
  ]
}
