Authorization: Bearer ********************curl --location --request POST 'http://10.12.186.133:30924/transpond/fileweft/documents//deliveries//removal/retry' \
--header 'Idempotency-Key;' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"documentId": "string",
"deliveryId": "string",
"operation": "string"
},
"ok": true
}