CRUD api rest drupal 8

Crear nodo

http://familia.sahost.org/node?_format=json

{
    "type": [{ "target_id": "historial" }],
    "title": [{ "value": "test 2" }]
}

Con entidad refrenciada

{
    "type": [{ "target_id": "historial" }],
    "title": [{ "value": "test 2" }],
    "body": [{ "value":"test 2"}],
    "field_miembro":[
        {
            "target_id": "1",
            "target_type": "node",
            "target_uuid": "4356f3ab-3522-4fee-965d-4cfdea1ffc6f",
            "url": "https://familia.sahost.org/node/1"
        }
    ]
}