Last updated 5 months ago
Was this helpful?
curl -L \ --request POST \ --url 'https://sentinel.metatable.dev/api/v1/unban-async' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "userId": 1, "experienceId": 1, "reason": "text" }'
{ "status": "ok" }