github.com/easysoft/zendata@v0.0.0-20240513203326-705bd5a7fd67/demo/mock/input/postman.json (about)

     1  {
     2  	"info": {
     3  		"_postman_id": "e223ab3f-2683-4759-9e41-8167a7caaf99",
     4  		"name": "Simple Post",
     5  		"description": "Just a simple collection for test",
     6  		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
     7  	},
     8  	"item": [
     9  		{
    10  			"name": "Create new User",
    11  			"request": {
    12  				"method": "POST",
    13  				"header": [],
    14  				"body": {
    15  					"mode": "raw",
    16  					"raw": "{\n    \"example\": \"field\",\n    \"other\": {\n        \"data1\": \"yes\",\n        \"data2\": \"no\"\n    }\n}",
    17  					"options": {
    18  						"raw": {
    19  							"language": "json"
    20  						}
    21  					}
    22  				},
    23  				"url": {
    24  					"raw": "https://api.io/users",
    25  					"protocol": "https",
    26  					"host": [
    27  						"api",
    28  						"io"
    29  					],
    30  					"path": [
    31  						"users"
    32  					]
    33  				},
    34  				"description": "Create a new user into your amazing API"
    35  			},
    36  			"response": []
    37  		},
    38  		{
    39  			"name": "Post empty raw",
    40  			"request": {
    41  				"method": "POST",
    42  				"header": [],
    43  				"body": {
    44  					"mode": "raw",
    45  					"raw": "",
    46  					"options": {
    47  						"raw": {
    48  							"language": "json"
    49  						}
    50  					}
    51  				},
    52  				"url": {
    53  					"raw": "https://api.io/raw",
    54  					"protocol": "https",
    55  					"host": [
    56  						"api",
    57  						"io"
    58  					],
    59  					"path": [
    60  						"raw"
    61  					]
    62  				},
    63  				"description": "Create a new user into your amazing API"
    64  			},
    65  			"response": []
    66  		}
    67  	],
    68  	"variable": [
    69  		{
    70  			"key": "version",
    71  			"value": "2.3.0"
    72  		}
    73  	]
    74  }