1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "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 form data parameters.",
- "request": {
- "url": {
- "protocol": "http",
- "host": "localhost",
- "path": "api\/withFormDataParams",
- "query": []
- },
- "method": "GET",
- "header": [
- {
- "key": "Content-Type",
- "value": "multipart\/form-data"
- },
- {
- "key": "Accept",
- "value": "application\/json"
- }
- ],
- "body": {
- "mode": "formdata",
- "formdata": [
- {
- "key": "name",
- "value": "cat.jpg",
- "type": "text"
- },
- {
- "key": "image",
- "src": [],
- "type": "file"
- }
- ]
- },
- "description": "",
- "response": []
- }
- }
- ]
- }
- ]
- }
|