{
"name": "string"
}curl --location --request PUT 'https://192.168.88.32:9781/bvcsp/v1/bv28181in/gm/certserver/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"name": "string",
"cert_type": 0,
"issuer": "string",
"subject": "string",
"start_time": 0,
"end_time": 0,
"serial_number": "string",
"last_update_time": 0,
"cert_content": "string"
}
}