All this Demo is used by my blog : moonsec.top
fetch("http://127.0.0.1:8088/start-hire-process", { "headers": { "content-type": "application/json" }, "body": '{"name":"cn","email":"aaa@aaa.com","phoneNumber":"13913887631","id":"111"}', "method": "POST", "mode": "cors", "credentials": "include" }).then(r=>r.log);