{
"appkey": "{{APPKEY}}",
"timestamp": {{TIMESTAMP}},
"nonce": 99715,
"sign": "{{SIGN}}",
"iccid": "89852000261098750306"
}curl --location 'https://oapi.eiotclub.com/api/v3/card/switchOptions' \
--header 'Content-Type: application/json' \
--data '{
"appkey": "",
"timestamp": ,
"nonce": 99715,
"sign": "",
"iccid": "89852000261098750306"
}'{
"code": "200",
"message": "Operation successful",
"data": {
"operators": [
"ATT",
"TMobile"
]
}
}