{
"checkInTime": "string",
"path": "string",
"base64": "string",
"location": "string",
"contractId": 0,
"projectId": 0,
"orgId": 0,
"buildUserId": 0,
"position": "string"
}
curl --location --request POST '/build-user/check-in' \
--header 'Content-Type: application/json' \
--data-raw '{
"checkInTime": "string",
"path": "string",
"base64": "string",
"location": "string",
"contractId": 0,
"projectId": 0,
"orgId": 0,
"buildUserId": 0,
"position": "string"
}'
{
"code": 0,
"msg": "",
"data": ""
}