private function getBody($title)
{
return [
'title' => [['value' => $title]],
'body' => [
[
'format' => 'restricted_html',
'summary' => '',
'value' => '
hello there!
'
]
],
'_links' => [
'type' => [
'href' =>
'http://localhost:8000/rest/type/node/article'
]
]
];
}