[
{
"id": 0,
"remain_amount": 0,
"plate_name": "string",
"is_delete": "string"
}
]curl --location --request POST 'https://mcs-gateway.fscut.com/cn-api/api/plate/update' \
--header 'app-id: op193bf9f2eb09e0e4' \
--header 'time-stamp: 1756799491440' \
--header 'app-sign;' \
--header 'X-FS-Orgcode: A4WEHGP02BZ4' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"remain_amount": 0,
"plate_name": "string",
"is_delete": "string"
}
]'{
"status": 0,
"msg": "OK"
}