In your JSON response:
"team": [
{
"crowns": 0,
}
],
"opponent": [
{
"crowns": 1,
}
],
That means the battle result is 0-1
. i.e. Opponent won (or, you’ve lost)
In your JSON response:
"team": [
{
"crowns": 0,
}
],
"opponent": [
{
"crowns": 1,
}
],
That means the battle result is 0-1
. i.e. Opponent won (or, you’ve lost)