Last updated 3 months ago
OK
const response = await fetch('https://sentinel.metatable.dev/api/v1/unban-async', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "userId": 0, "experienceId": 0, "reason": "text" }), }); const data = await response.json();
{ "status": "ok" }