12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "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": "api\/headers",
- "request": {
- "url": {
- "protocol": "http",
- "host": "localhost",
- "path": "api/headers",
- "query": []
- },
- "method": "GET",
- "header": [
- {
- "key": "Authorization",
- "value": "customAuthToken"
- },
- {
- "key": "Custom-Header",
- "value": "NotSoCustom"
- },
- {
- "key": "Accept",
- "value": "application\/json"
- }
- ],
- "body": {
- "mode": "raw",
- "raw": "[]"
- },
- "description": "",
- "response": []
- }
- }
- ]
- }
- ]
- }
|