{
"sessionId": 922337203685477600,
"fieldId": "string",
"persons": [
{
"runwayNum": 0,
"personId": "string",
"status": 0
}
]
}
curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/runAiCallback/sprint/faceCheckInRunway' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"sessionId": 922337203685477600,
"fieldId": "string",
"persons": [
{
"runwayNum": 0,
"personId": "string",
"status": 0
}
]
}'
{
"code": 0,
"msg": "string",
"data": {}
}