curl --location --request POST 'https://docextract.in/misc/validate-password' \
--header 'authorization: Api-Key sk_123456789abcdefgh9876543210mnopqrstuvwxyz012345' \
--form 'files=@""' \
--form 'password=""'{
"status": "valid",
"file": "string",
"message": "string"
}