curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/openhw/get_device_secret' \
--header 'Content-Type: application/json' \
--data-raw '{
"auth_code": "auth_code_value"
}'
{
"errcode": 0,
"errmsg": "ok",
"device_secret": "ddddddd",
"device_access_token": "xxxxxx",
"expires_in": 7200
}