[
{
"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: op191eb50f9b81873c' \
--header 'time-stamp: {{timeStamp}}' \
--header 'app-sign: {{sign}}' \
--header 'X-FS-Orgcode: TEAM001' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"remain_amount": 0,
"plate_name": "string",
"is_delete": "string"
}
]'
{
"status": 0,
"msg": "OK"
}