{
"device_id": "string"
}
curl --location --request POST '/v2/device/iccid/info' \
--header 'X-Tg-App-Id;' \
--header 'Accept-Language;' \
--header 'Authorization;' \
--header 'X-Tg-Signed-Headers;' \
--header 'X-Tg-Date;' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "string"
}'
{
"code": 0,
"data": {
"iccid": "string"
},
"msg": "string",
"ok": 0,
"requestid": "string",
"status": "string"
}