curl --location --request GET 'http://192.168.0.220:12000/terminal/core/v1/receivecard/link-info' \
--header 'Authorization: 17512754277803kvFUHP8e6BO9OF8JxKFYw==' \
--header 'token: 17728859184696FpLycPa6RQn6ACR6uNK1w=='{
"code": 0,
"message": "",
"data": {
"receiveCardRegionInfo": [
{
"senderIndex": 0,
"portIndex": 0,
"connectIndex": 0,
"X": 0,
"Y": 0,
"XInPort": 0,
"YInPort": 0,
"width": 400,
"height": 400,
"rowIndexInScreen": 0,
"colIndexInScreen": 0
}
]
}
}