{
"batch_file": "string",
"batch_number": "string",
"create_type": "1",
"current_version": "string",
"device_count": 1,
"product_id": "string"
}curl --location --request POST '/api/v1/device/preRegister' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"batch_file": "string",
"batch_number": "string",
"create_type": "1",
"current_version": "string",
"device_count": 1,
"product_id": "string"
}'