{
"voucher": "string",
"device_id": "string",
"device_number": "string"
}curl --location --request POST '/api/v1/plugin/device/config' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"voucher": "string",
"device_id": "string",
"device_number": "string"
}'{"code":200,"message":"success","data":{"id":"2611f2a8-fdab-9247-efc7-683e9de4f137","voucher":"{\"username\":\"aaaaaa\",\"password\":\"\"}","device_type":"2","protocol_type":"MODBUS","config":{},"sub_device":null}}