/dev/universe/factions/
/v2/universe/factions/
curl --location --request GET 'https://esi.evetech.net/latest/universe/factions/'
[
{
"corporation_id": 456,
"description": "blah blah",
"faction_id": 1,
"is_unique": true,
"name": "Faction",
"size_factor": 1,
"solar_system_id": 123,
"station_count": 1000,
"station_system_count": 100
}
]