{ "info": { "_postman_id": "xyz123456", "name": "ABC-API-TEST", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "http://test.xyz.com/abc_webservice/xyx_push_api.php", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "title", "value": "Mr", "type": "text" }, { "key": "name_applicant", "value": "St.Joseph", "type": "text" }, { "key": "mobile", "value": "9123456789", "type": "text" }, { "key": "upload_file", "description": "proof doc-file size does not exceed max limit of 400KB", "type": "file", "src": "/C:/Users/xyz/Flowers-620x587.jpg" } ] }, "url": { "raw": "http://test.xyz.com:81/abc_webservice/xyz_crm_push_api.php", "protocol": "http", "host": [ "test", "xyz", "com" ], "port": "81", "path": [ "abc_webservice", "xyx_push_api.php" ], "query": [ { "key": "ref_no", "value": "1", "disabled": true } ] } }, "response": [] } ] }