Last updated 1 year ago
Create Request
No Content
const response = await fetch('//localhost:9090/api/identity', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "err": "text" }