curl --location 'https://api.blockdb.net/v1/public/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"
}'{
"status": "string",
"error": "string"
}