Authorization: Bearer ********************
{
"key": {}
}
curl --location --request POST 'http://127.0.0.1:8089/system/v1/individual/importDevice' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": {}
}'
{
"req_serial_num": "",
"result_code": "",
"result_msg": "",
"result_data": {},
"exception_stack_trace": ""
}