Last updated 6 months ago
Was this helpful?
POST /api/v1/unban-async HTTP/1.1 Host: sentinel.metatable.dev Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 45 { "userId": 1, "experienceId": 1, "reason": "text" }
OK
{ "status": "ok" }