curl --location --request POST 'https://api.veniocrm.com/dev/DocOne/GetFileInfoList' \--header 'Ocp-Apim-Subscription-Key;' \--header 'Authorization: Bearer' \--header 'Content-Type: application/json' \--data-raw '{ "apiKey": "string", "searchString": "string", "productCode": "string", "dateCycle": "string", "dateIssue": "string"}'"isSuccess": true,"Message" : "string""fileList": [ { "fileId": 123456, "dateIssue": "2016-01-01 08:00:00", "accountName": "ชื่อผู้ซื้อ/บริษัท", "fileName": "fileName.xml", "productCode": "P0001", "dateCycle": "2020-12-14 00:00:00" }]