{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "mudunelmanar.theportal.agency"
        }
    ],
    "info": {
        "name": "Laravel",
        "_postman_id": "b1afc49e-9ce3-4f05-9efb-7f923c67ebf2",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Authentication",
            "description": "\nAPIs for authenticating users",
            "item": [
                {
                    "name": "Login",
                    "request": {
                        "url": {
                            "protocol": "http",
                            "host": "{{baseUrl}}",
                            "path": "api\/login",
                            "query": [],
                            "raw": "http:\/\/{{baseUrl}}\/api\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n    \"email\": \"suscipit\",\n    \"password\": \"voluptas\"\n}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Driver",
            "description": "\nAPIs for driver trips",
            "item": [
                {
                    "name": "Trips",
                    "request": {
                        "url": {
                            "protocol": "http",
                            "host": "{{baseUrl}}",
                            "path": "api\/driver\/trips",
                            "query": [
                                {
                                    "key": "status",
                                    "value": "corporis",
                                    "description": "the trip status e.g. completed for completed trips, on_going for on_going trips",
                                    "disabled": false
                                }
                            ],
                            "raw": "http:\/\/{{baseUrl}}\/api\/driver\/trips?status=corporis"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update trip Status",
                    "request": {
                        "url": {
                            "protocol": "http",
                            "host": "{{baseUrl}}",
                            "path": "api\/driver\/trips\/:trip\/update_status",
                            "query": [],
                            "raw": "http:\/\/{{baseUrl}}\/api\/driver\/trips\/:trip\/update_status",
                            "variable": [
                                {
                                    "id": "trip",
                                    "key": "trip",
                                    "value": "libero",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n    \"status\": \"mollitia\"\n}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Upload on loading image",
                    "request": {
                        "url": {
                            "protocol": "http",
                            "host": "{{baseUrl}}",
                            "path": "api\/driver\/trips\/:trip\/upload_on_loading_image",
                            "query": [],
                            "raw": "http:\/\/{{baseUrl}}\/api\/driver\/trips\/:trip\/upload_on_loading_image",
                            "variable": [
                                {
                                    "id": "trip",
                                    "key": "trip",
                                    "value": "ea",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "on_loading_image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Upload completed image",
                    "request": {
                        "url": {
                            "protocol": "http",
                            "host": "{{baseUrl}}",
                            "path": "api\/driver\/trips\/:trip\/upload_completed_image",
                            "query": [],
                            "raw": "http:\/\/{{baseUrl}}\/api\/driver\/trips\/:trip\/upload_completed_image",
                            "variable": [
                                {
                                    "id": "trip",
                                    "key": "trip",
                                    "value": "et",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "completed_image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Store location",
                    "request": {
                        "url": {
                            "protocol": "http",
                            "host": "{{baseUrl}}",
                            "path": "api\/driver\/locations\/:driver",
                            "query": [],
                            "raw": "http:\/\/{{baseUrl}}\/api\/driver\/locations\/:driver",
                            "variable": [
                                {
                                    "id": "driver",
                                    "key": "driver",
                                    "value": "voluptatum",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n    \"trip_id\": 16,\n    \"lat\": \"velit\",\n    \"lng\": \"in\"\n}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update profile data",
                    "request": {
                        "url": {
                            "protocol": "http",
                            "host": "{{baseUrl}}",
                            "path": "api\/driver\/profile",
                            "query": [],
                            "raw": "http:\/\/{{baseUrl}}\/api\/driver\/profile"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n    \"name\": \"enim\",\n    \"email\": \"dolores\",\n    \"fcm_token\": \"adipisci\"\n}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "noauth"
    }
}