curl --location --request GET '/v2/sim/server/status?iccid=8986062355007337313' \
--header 'X-Tg-App-Id: xxx' \
--header 'X-Tg-Date: {{currentUTCTime}}' \
--header 'X-Tg-Algorithm: TGV1-HMAC-SHA256' \
--header 'X-Tg-Signed-Headers: x-tg-app-id;x-tg-date' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: '{
"code": 200,
"data": {
"status": "inactive"
},
"msg": "ok",
"ok": 1,
"requestid": "",
"status": "ok"
}