curl --location --request POST 'https://docextract.in/bank/get-extraction-results' \
--header 'authorization: Api-Key sk_123456789-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.mnopqrstuvwxyz012345' \
--form 'filename=""'{
"status": "success",
"fileName": "statement.pdf",
"bank_info": {
"property1": "string",
"property2": "string"
},
"account_holder": {
"property1": "string",
"property2": "string"
},
"transactions": [
{
"property1": "string",
"property2": "string"
}
]
}