{
"areaCode": "string",
"accessType": "string",
"deviceSn": "string"
}
curl --location --request POST 'https://eventsys-test-d-browser.gogen.cn/eventSys/smartSeat/distribution/device/saveAccessType' \
--header 'Content-Type: application/json' \
--data-raw '{
"areaCode": "string",
"accessType": "string",
"deviceSn": "string"
}'
{
"status": false,
"code": 0,
"message": "",
"exceMes": "",
"requestId": "",
"timestamp": 0,
"result": null
}