123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "variables": [],
- "info": {
- "name": "Laravel API",
- "_postman_id": "",
- "description": "",
- "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.0.0\/collection.json"
- },
- "item": [
- {
- "name": "Group A",
- "description": "",
- "item": [
- {
- "name": "http://localhost/api/withBodyParameters",
- "request": {
- "url": "http:\/\/localhost\/api\/withBodyParameters",
- "method": "GET",
- "header": [
- {
- "key": "Accept",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "formdata",
- "formdata": [
- {
- "key": "user_id",
- "value": 9,
- "type": "text",
- "enabled": true
- },
- {
- "key": "room_id",
- "value": "consequatur",
- "type": "text",
- "enabled": true
- },
- {
- "key": "forever",
- "value": false,
- "type": "text",
- "enabled": true
- },
- {
- "key": "another_one",
- "value": 11613.31890586,
- "type": "text",
- "enabled": true
- },
- {
- "key": "yet_another_param",
- "value": [],
- "type": "text",
- "enabled": true
- },
- {
- "key": "even_more_param",
- "value": [],
- "type": "text",
- "enabled": true
- },
- {
- "key": "book.name",
- "value": "consequatur",
- "type": "text",
- "enabled": true
- },
- {
- "key": "book.author_id",
- "value": 17,
- "type": "text",
- "enabled": true
- },
- {
- "key": "book[pages_count]",
- "value": 17,
- "type": "text",
- "enabled": true
- },
- {
- "key": "ids.*",
- "value": 17,
- "type": "text",
- "enabled": true
- },
- {
- "key": "users.*.first_name",
- "value": "John",
- "type": "text",
- "enabled": true
- },
- {
- "key": "users.*.last_name",
- "value": "Doe",
- "type": "text",
- "enabled": true
- }
- ]
- },
- "description": "",
- "response": []
- }
- }
- ]
- }
- ]
- }
|