Authorization: Bearer ********************curl --location 'http://10.12.186.133:30924/transpond/fileweft/documents//sync-status' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"documentId": "string",
"targets": [
{
"deliveryId": "string",
"targetId": "string",
"displayName": "string",
"requirement": "string",
"status": "string",
"retryable": true,
"updatedTime": 0
}
]
},
"ok": true
}