curl --location --request POST 'http://122.160.87.36:9097/accordBackend/api/order/uploadDocument' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId" : "",
"loggedUserId" : "",
"documentType" : "",
"fileBase64Data" : "",
"fileType" : ""
}'{
"responseCode": 0,
"responseMsg": "string"
}