Authorization: Bearer ********************
{ "admin": { "name": "admin_name", "steamid64": "7656..." }, "offender": { "ip": "", "steam": { "steamid64": "7656...", "name": "player_name" } }, "duration": 86400, "reason": "cheat" }
curl --location 'https://api.blockdb.net/v1/bans' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "admin": { "name": "admin_name", "steamid64": "7656..." }, "offender": { "ip": "", "steam": { "steamid64": "7656...", "name": "player_name" } }, "duration": 86400, "reason": "cheat" }'
{}