curl --location --request GET '/v2/sim/server/card/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": {
"iccid": "8986062355007337313",
"carrier": "china_unicom"
},
"msg": "ok",
"ok": 1,
"requestid": "7be62e91-84a3-4840-b6f3-227ceda313c9",
"status": "ok"
}