{
"publicBatch": 0,
"instId": [
0
],
"proofBatch": 0,
"recordId": [
0
]
}
curl --location --request POST '/amc/companies/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"publicBatch": 0,
"instId": [
0
],
"proofBatch": 0,
"recordId": [
0
]
}'
{
"code": 0,
"message": "string",
"data": {},
"success": true
}