{
"_links" : {
"self" : {"href" : "/kids/123"},
"teacher" : {"href" : "/teachers/999"}
},
"name" : "Johnny",
"mom_phone" : "5554443333"
}
// PATCH /kids/123 HTTP/1.1
// Host: example.org
[
{ "op": "replace", "path": "/_links/teacher/href", "value": "/teachers/888" },
]