{
	"info": {
		"_postman_id": "836de726-f4f5-44ea-a155-fe153da26997",
		"name": "Account Balances SB",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "Success",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json",
						"type": "text"
					},
					{
						"key": "X-IBM-Client-Id",
						"value": "{{Client_Id}}",
						"type": "text"
					},
					{
						"key": "MsgId",
						"value": "AcBal123",
						"type": "text"
					},
					{
						"key": "X-IBM-Client-Secret",
						"value": "{{Client_Secret}}",
						"type": "text"
					},
					{
						"key": "channelid",
						"value": "ACC",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{url}}/v1/accounts/9876543212347/balances",
					"host": [
						"{{url}}"
					],
					"path": [
						"v1",
						"accounts",
						"9876543212347",
						"balances"
					]
				}
			},
			"response": []
		}
	]
}