[
{
"name": "string",
"player_uid": "string",
"steam_id": "string"
}
]
curl --location --request PUT '/api/whitelist' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"name": "string",
"player_uid": "string",
"steam_id": "string"
}
]'
{
"success": true
}