I’m trying to ban users from my game using the new ban API with an external source, but the API responds with an error I do not understand. Does the ban API even support creating user bans?
{
"code": "INVALID_ARGUMENT",
"message": "Unable to read the request as JSON because the request content type '' is not a known JSON content type."
}