curl --location 'http://192.168.1.76:8081/sys/supplementary/updateSupplementary' \
--header 'fmfauthorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijk0MzNhZmU2LTIzMWYtNGZjZi1iYTRmLWMxNzAxNDMxYmVkZiJ9.UGRopckd3axXiTU306jSC0-_EcOQvjy0PQob-wUkLBrNjdWPiwxUZsnEDsIeYMlskYim_HyaEh_393SFDFAlWw' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"applicant": "string",
"phone": "string",
"amount": 0,
"reason": 0,
"description": "string",
"addProductDto": [
{
"productId": 0,
"attrId": 0,
"productName": "string",
"num": 0,
"model": "string",
"category": "string",
"brand": "string",
"price": "string",
"installPrice": "string"
}
]
}'