curl --location --request POST '/tripartite/data/0xFmmwnNRth/batch?batchNo=' \
--header 'accountSetId: 794981295003285450' \
--header 'F-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"dataValue": {
"code": "202601060001",
"date": "2026-02-06",
"name": "夏悸",
"wageAmount": 5000,
"actualWageAmount": 4500,
"socialAmount": 980,
"providentAmount": 980
}
},
{
"dataValue": {
"code": "202601060002",
"date": "2026-02-06",
"name": "李四",
"wageAmount": 8000,
"actualWageAmount": 7500,
"socialAmount": 980,
"providentAmount": 980
}
}
]'