{
	"info": {
		"_postman_id": "c7869dd0-b09d-40c2-86a5-24a0f015a380",
		"name": "APIs Curso Fintalk",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "24772818"
	},
	"item": [
		{
			"name": "Advice Slip API",
			"item": [
				{
					"name": "Advice slip",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://api.adviceslip.com/advice",
							"protocol": "https",
							"host": [
								"api",
								"adviceslip",
								"com"
							],
							"path": [
								"advice"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Fun Translation API",
			"item": [
				{
					"name": "Fun Translation",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"text\": \"Hello world\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.funtranslations.com/translate/klingon.json",
							"protocol": "https",
							"host": [
								"api",
								"funtranslations",
								"com"
							],
							"path": [
								"translate",
								"klingon.json"
							]
						}
					},
					"response": []
				}
			]
		}
	]
}