{
	"info": {
		"_postman_id": "5fca6c1b-7029-4f86-a960-f88bf1a0d494",
		"name": "Merchant API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "9942544"
	},
	"item": [
		{
			"name": "Login Request",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "email",
							"value": "{{email}}",
							"type": "text"
						},
						{
							"key": "password",
							"value": "{{password}}",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "{{url}}/loginRequest",
					"host": [
						"{{url}}"
					],
					"path": [
						"loginRequest"
					]
				}
			},
			"response": []
		},
		{
			"name": "Login By Api Credentials",
			"request": {
				"auth": {
					"type": "noauth"
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "api_username",
							"value": "{{api_username}}",
							"type": "text"
						},
						{
							"key": "api_password",
							"value": "{{api_password}}",
							"type": "text"
						},
						{
							"key": "merchant_number",
							"value": "{{merchant_number}}",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "{{merchant_api_url}}/apiLogin",
					"host": [
						"{{merchant_api_url}}"
					],
					"path": [
						"apiLogin"
					]
				}
			},
			"response": []
		}
	]
}