{
"device_id": "string"
}
curl --location --request POST '/v2/device/binds' \
--header 'X-Tg-App-Id;' \
--header 'Accept-Language;' \
--header 'Authorization;' \
--header 'X-Tg-Signed-Headers;' \
--header 'X-Tg-Date;' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "string"
}'
{
"code": 200,
"data": {
"total": 2,
"items": [
{
"uuid": "6333FTKP6DGD",
"user_id": 1,
"iccid": "89860324402001856921",
"device_name": "长电4G三目",
"type": 2,
"bind_time": "2024-12-11 20:51:22"
},
{
"uuid": "6333FTKP6DGD",
"user_id": 2,
"iccid": "89860324402001856921",
"device_name": "长电4G三目",
"type": 2,
"bind_time": "2024-12-03 11:26:12"
}
]
},
"msg": "ok",
"ok": 1,
"requestid": "dd46c04e-8570-448f-b834-03d16f860b8f",
"status": "ok"
}