1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "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": "Example title.",
- "request": {
- "url": {
- "protocol": "https",
- "host": "yourapp.app",
- "path": "api/test",
- "query": []
- },
- "method": "GET",
- "header": [
- {
- "key": "Content-Type",
- "value": "application\/json"
- },
- {
- "key": "Accept",
- "value": "application\/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "[]",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "description": "This will be the long description.\nIt can also be multiple lines long.",
- "response": []
- }
- },
- {
- "name": "api\/responseTag",
- "request": {
- "url": {
- "protocol": "https",
- "host": "yourapp.app",
- "path": "api/responseTag",
- "query": []
- },
- "method": "POST",
- "header": [
- {
- "key": "Content-Type",
- "value": "application\/json"
- },
- {
- "key": "Accept",
- "value": "application\/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "[]",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "description": "",
- "response": []
- }
- }
- ]
- }
- ]
- }
|