{
"appkey": "string",
"timestamp": 0,
"nonce": 0,
"sign": "string",
"eSIMGoodsCode": "string"
}curl --location 'https://oapi.eiotclub.com/api/v3/esim/purchase' \
--header 'Content-Type: application/json' \
--data '{
"appkey": "string",
"timestamp": 0,
"nonce": 0,
"sign": "string",
"eSIMGoodsCode": "string"
}'{
"code": 0,
"data": {
"orderId": "",
"iccid": "",
"activationCode": ""
},
"message": "string"
}