{
	"info": {
		"_postman_id": "3866f293-2185-4212-a4e4-250fa79c774a",
		"name": "serviceAPI",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "http://localhost:8080/app/rest/v2/services/demo_ProfileService/createProfile",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "2b34ee44-2c70-42c2-801f-50c659c7699b",
							"type": "string"
						}
					]
				},
				"method": "POST",
				"header": [],
				"url": {
					"raw": "http://localhost:8080/app/rest/v2/services/demo_ProfileService/createProfile",
					"protocol": "http",
					"host": [
						"localhost"
					],
					"port": "8080",
					"path": [
						"app",
						"rest",
						"v2",
						"services",
						"demo_ProfileService",
						"createProfile"
					]
				}
			},
			"response": []
		}
	]
}