/dev/characters/{character_id}/loyalty/points/
/legacy/characters/{character_id}/loyalty/points/
/v1/characters/{character_id}/loyalty/points/
curl --location --request GET 'https://esi.evetech.net/latest/characters//loyalty/points/'
[
{
"corporation_id": 123,
"loyalty_points": 100
}
]