{
	"info": {
		"_postman_id": "4031a0fe-c386-45f2-a9a1-b2f9db956cee",
		"name": "Music & Horoscope",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "http://localhost:3004/god",
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://localhost:3004/api/god",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3004",
					"path": [
						"api",
						"god"
					]
				}
			},
			"response": []
		},
		{
			"name": "http://localhost:3004/god",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n\t \"image\": \"http://ec2-13-233-163-28.ap-south-1.compute.amazonaws.com:3006/images/B0BAA2A4-310E-4C41-867D-6A1206DC6DA7-vishu.jpg\",\n     \"name\": \"testing\"\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://localhost:3004/api/god",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3004",
					"path": [
						"api",
						"god"
					]
				}
			},
			"response": []
		},
		{
			"name": "http://localhost:3004/god",
			"request": {
				"method": "DELETE",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://localhost:3004/api/god?id=5f45fa90e9505349d041d9b9",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3004",
					"path": [
						"api",
						"god"
					],
					"query": [
						{
							"key": "id",
							"value": "5f45fa90e9505349d041d9b9"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "http://localhost:3004/god",
			"request": {
				"method": "PUT",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n\t \"image\": \"http://ec2-13-233-163-28.ap-south-1.compute.amazonaws.com:3006/images/B0BAA2A4-310E-4C41-867D-6A1206DC6DA7-vishu.jpg\",\n     \"name\": \"ganesha\"\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://localhost:3004/api/god?id=5f3f8904ce76fe393239cbcb",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3004",
					"path": [
						"api",
						"god"
					],
					"query": [
						{
							"key": "id",
							"value": "5f3f8904ce76fe393239cbcb"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "http://localhost:3004/music",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:3004/api/music",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3004",
					"path": [
						"api",
						"music"
					]
				}
			},
			"response": []
		},
		{
			"name": "http://localhost:3004/music",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": " {\r\n        \"author\": \"test-music\",\r\n        \"category\": \"mantras\",\r\n        \"god\": \"5f42533ad2ee959ff309952c\",\r\n        \"language\": \"OD\",\r\n        \"link\": \"https://files-test.s3.ap-south-1.amazonaws.com/Shiva/mantras/e9c2-b752-testingmp3.mp3\",\r\n        \"title\": \"test-music\"\r\n }",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://localhost:3004/api/music",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3004",
					"path": [
						"api",
						"music"
					]
				}
			},
			"response": []
		},
		{
			"name": "http://localhost:3004/music",
			"request": {
				"method": "PUT",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": " {\r\n        \"author\": \"test-music1\",\r\n        \"category\": \"mantras\",\r\n        \"god\": \"5f42533ad2ee959ff309952c\",\r\n        \"language\": \"OD\",\r\n        \"link\": \"https://files-test.s3.ap-south-1.amazonaws.com/Shiva/mantras/e9c2-b752-testingmp3.mp3\",\r\n        \"title\": \"test-music1\"\r\n }",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://localhost:3004/api/music?id=5f45fc8de9505349d041da0e",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3004",
					"path": [
						"api",
						"music"
					],
					"query": [
						{
							"key": "id",
							"value": "5f45fc8de9505349d041da0e"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "http://localhost:3004/music",
			"request": {
				"method": "DELETE",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://localhost:3004/api/music?id=5f4225cf61ead525dd2a0120",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3004",
					"path": [
						"api",
						"music"
					],
					"query": [
						{
							"key": "id",
							"value": "5f4225cf61ead525dd2a0120"
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "http://localhost:3004/music",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:3004/api/music?language=HI",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3004",
					"path": [
						"api",
						"music"
					],
					"query": [
						{
							"key": "category",
							"value": "bhajans",
							"disabled": true
						},
						{
							"key": "god",
							"value": "5f3f8904ce76fe393239cbcb",
							"disabled": true
						},
						{
							"key": "author",
							"value": "test",
							"disabled": true
						},
						{
							"key": "language",
							"value": "HI"
						}
					]
				},
				"description": "filter using key and value"
			},
			"response": []
		},
		{
			"name": "http://localhost:3004/upload",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "file",
							"type": "file",
							"src": "/C:/Users/Downloads/testingmp3.mp3"
						}
					]
				},
				"url": {
					"raw": "http://localhost:3004/api/upload",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3004",
					"path": [
						"api",
						"upload"
					],
					"query": [
						{
							"key": "file",
							"value": null,
							"disabled": true
						}
					]
				},
				"description": "upload image and mp3 files on s3bucket"
			},
			"response": []
		},
		{
			"name": "http://localhost:3004/horoscope",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "file",
							"type": "file",
							"src": "/C:/Users/Downloads/horoscope.csv"
						}
					]
				},
				"url": {
					"raw": "http://localhost:3004/api/horoscope",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3004",
					"path": [
						"api",
						"horoscope"
					],
					"query": [
						{
							"key": "file",
							"value": null,
							"disabled": true
						}
					]
				}
			},
			"response": []
		},
		{
			"name": "http://localhost:3004/horoscope?year=2020",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "http://localhost:3004/api/horoscope/?year=2020",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "3004",
					"path": [
						"api",
						"horoscope",
						""
					],
					"query": [
						{
							"key": "year",
							"value": "2020"
						}
					]
				}
			},
			"response": []
		}
	]
}