12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "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": "http:\/\/yourapp.app\/api\/test",
- "method": "GET",
- "header": [
- {
- "key": "Accept",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "formdata",
- "formdata": []
- },
- "description": "This will be the long description.\nIt can also be multiple lines long.",
- "response": []
- }
- },
- {
- "name": "http:\/\/yourapp.app\/api\/responseTag",
- "request": {
- "url": "http:\/\/yourapp.app\/api\/responseTag",
- "method": "POST",
- "header": [
- {
- "key": "Accept",
- "value": "application/json"
- }
- ],
- "body": {
- "mode": "formdata",
- "formdata": []
- },
- "description": "",
- "response": []
- }
- }
- ]
- }
- ]
- }
|