Authorization: Bearer ********************{
"docId": "string",
"action": "received"
}curl --location --request POST '/api=confirmReceivedBatch?api=confirmReceivedBatch' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"docId": "string",
"action": "received"
}'{
"code": 0,
"message": "string",
"reqId": "string",
"payload": {}
}