List uploaded KYC documents
curl --request GET \
--url https://app.mlm-platform.com/api/v1/members/{userId}/kyc/documents \
--header 'x-tenant-api-key: <api-key>'
{
"documents": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"documentType": "<string>",
"fileName": "<string>",
"status": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"mimeType": "<string>",
"fileSize": 123,
"rejectionReason": "<string>",
"reviewedAt": "2023-11-07T05:31:56Z"
}
]
}