{
"name": "string",
"username": "string",
"password": "string",
"enable": 0
}
curl --location --request PUT 'https://192.168.88.11:9781/bvcsp/v1/bv28181in/platform/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"username": "string",
"password": "string",
"enable": 0
}'
{
"code": 0,
"msg": "string"
}