I am testing the custom api integration field. I sent a POST request for a sample product, got a 200 OK response, but I can't see it in the Prismic UI.
I POST:ed the following:
[
{
"id": "1",
"title": "Test",
"description": "Test",
"image_url": "",
"last_update": 1591670070,
"blob": {}
}
]