/dev/characters/{character_id}/assets/locations/
/v2/characters/{character_id}/assets/locations/
curl --location --request POST 'https://esi.evetech.net/latest/characters//assets/locations/' \
--header 'Content-Type: application/json' \
--data-raw '[
0
]'
[
{
"item_id": 12345,
"position": {
"x": 1.2,
"y": 2.3,
"z": -3.4
}
}
]