Point for receiving notification about document processing by compliance
info
OK
const response = await fetch('//api.client.nbcgate.tech/notify/compliance/identify', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "id": 0 }), }); const data = await response.json();
{ "errors": [ { "code": 0, "field": "text", "message": "text" } ], "message": "text", "statusCode": 0 }