collection_with_custom_headers.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "variables": [],
  3. "info": {
  4. "name": "Laravel API",
  5. "_postman_id": "",
  6. "description": "",
  7. "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.0.0\/collection.json"
  8. },
  9. "item": [
  10. {
  11. "name": "Group A",
  12. "description": "",
  13. "item": [
  14. {
  15. "name": "api\/headers",
  16. "request": {
  17. "url": {
  18. "protocol": "http",
  19. "host": "localhost",
  20. "path": "api/headers",
  21. "query": []
  22. },
  23. "method": "GET",
  24. "header": [
  25. {
  26. "key": "Authorization",
  27. "value": "customAuthToken"
  28. },
  29. {
  30. "key": "Custom-Header",
  31. "value": "NotSoCustom"
  32. },
  33. {
  34. "key": "Accept",
  35. "value": "application\/json"
  36. }
  37. ],
  38. "body": {
  39. "mode": "raw",
  40. "raw": "[]"
  41. },
  42. "description": "",
  43. "response": []
  44. }
  45. }
  46. ]
  47. }
  48. ]
  49. }