123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "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": "Endpoint with body parameters.",
- "request": {
- "url": {
- "protocol": "http",
- "host": "localhost",
- "path": "api\/withBodyParameters",
- "query": [],
- "raw": "http://localhost/api/withBodyParameters"
- },
- "method": "GET",
- "header": [
- {
- "key": "Content-Type",
- "value": "application\/json"
- },
- {
- "key": "Accept",
- "value": "application\/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "{\n \"user_id\": 9,\n \"room_id\": \"consequatur\",\n \"forever\": false,\n \"another_one\": 11613.31890586,\n \"yet_another_param\": {\n \"name\": \"consequatur\"\n },\n \"even_more_param\": [\n 11613.31890586\n ],\n \"book\": {\n \"name\": \"consequatur\",\n \"author_id\": 17,\n \"pages_count\": 17\n },\n \"ids\": [\n 17\n ],\n \"users\": [\n {\n \"first_name\": \"John\",\n \"last_name\": \"Doe\"\n }\n ]\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "description": "",
- "response": []
- }
- }
- ]
- }
- ]
- }
|