{
"username": "string",
"password": "string",
"company": "string",
"code": "string",
"mobile": "string"
}
curl --location --request POST 'ssiot.cc/api/auth/register' \
--header 'Authentication: 在用户管理中创建或通过login接口获取' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"password": "string",
"company": "string",
"code": "string",
"mobile": "string"
}'
{}