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