curl --location 'https://uatapiclaims.ewatpa.com/trueclaim/cashless-opd-v1/upload-document' \
--header 'Authorization: Token eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIzMjgiLCJyb2xlIjoiMTEiLCJ1c2VybmFtZSI6InRydWVfdXNlciIsImV4cCI6MTc4MTIxMTUyMCwiaWF0IjoxNzgxMTY4MzIwLCJpc3MiOiJ0cnVlY292ZXIuaW4iLCJuYmYiOjE3ODExNjgzMjB9.6Cl-7bm9Vt4bifYoMjyi-GpBojVxQMwj-KZY7QUfseP6jaOLrgdnkdz2C81Pyw35eFtKJbute24yZnyyfp3kyg' \
--header 'Content-Type: application/json' \
--data '{
"alternateClaimId": "8417",
"documents": [
{
"documentName": "DEMOH01_3696585113_09_49_doc6.pdf",
"extension": "pdf",
"documentType": "Other Document",
"url": "https://demo.remediware.com//EAST_WEST_FILE/DEMOH01_3696585/DEMOH01_3696585113_09_49_doc6.pdf"
}
]
}'