{
	"info": {
		"_postman_id": "fc695ca5-1020-4d21-847c-05e52bcb7bbc",
		"name": "bankstatementconverter.com",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "Login",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\"email\":\"{{Email}}\",\"password\":\"{{Password}}\"}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://api2.bankstatementconverter.com/api/v1/login",
					"protocol": "https",
					"host": [
						"api2",
						"bankstatementconverter",
						"com"
					],
					"path": [
						"api",
						"v1",
						"login"
					]
				}
			},
			"response": []
		},
		{
			"name": "Upload Bank Statement",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "{{AUTHORIZATION}}",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "file",
							"type": "file",
							"src": []
						}
					]
				},
				"url": {
					"raw": "https://api2.bankstatementconverter.com/api/v1/BankStatement",
					"protocol": "https",
					"host": [
						"api2",
						"bankstatementconverter",
						"com"
					],
					"path": [
						"api",
						"v1",
						"BankStatement"
					]
				}
			},
			"response": []
		},
		{
			"name": "Convert Bank Statement",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"value": "{{AUTHORIZATION}}",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "[\"{{UUID}}\"]",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://api2.bankstatementconverter.com/api/v1/BankStatement/convert?format=JSON",
					"protocol": "https",
					"host": [
						"api2",
						"bankstatementconverter",
						"com"
					],
					"path": [
						"api",
						"v1",
						"BankStatement",
						"convert"
					],
					"query": [
						{
							"key": "format",
							"value": "JSON"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "Provide Password for PDF",
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Authorization",
						"type": "text",
						"value": "{{AUTHORIZATION}}"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"passwords\": [{\"uuid\": \"{{uuid}}\", \"password\": \"{{password}}\"}]\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://api2.bankstatementconverter.com/api/v1/BankStatement/setPassword",
					"protocol": "https",
					"host": [
						"api2",
						"bankstatementconverter",
						"com"
					],
					"path": [
						"api",
						"v1",
						"BankStatement",
						"setPassword"
					]
				}
			},
			"response": []
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "AUTHORIZATION",
			"value": "AAA"
		}
	]
}