curl --location --request POST 'https://api2.hik-cloud.com/api/v1/estate/system/person/actions/addRoomRelation' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"personId": "01b58e91d18b45cea4de6c43cbd1cef3",
"roomId": "4b7c226f000146189ff76f445a7cc268",
"identityType": 2,
"checkInDate": "2019-04-07",
"checkOutDate": "2029-05-07",
"isAudit": 1
}'
{
"code": 200,
"message": "操作成功",
"data": {
"auditOrderId": "00a795f4a25d4de09edd091f28747eb4"
}
}