curl --location --request POST 'https://api2.hik-cloud.com/v1/inspect/alg/endpoint/out/health/analyse/healthCode' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"picUrl":"xxxxxx"
}'
{
"code": 0,
"message": null,
"data": {
"name": "赵*",
"id": "3330000000000000",
"updateTime": "2022-05-05 15:04:25",
"color": "green",
"hours": "",
"covidTestReport": "negative",
"covidTestTime": "2022-05-05 15:04:25"
},
"success": true
}