{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "http:\/\/merk.loc"
        }
    ],
    "info": {
        "name": "Yggdarsil",
        "_postman_id": "3ab2fe92-7161-4066-8179-61928a2ca54e",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Contact",
            "description": "",
            "item": [
                {
                    "name": "Contact Us Send Form",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/contacts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/contacts"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"efrain53@example.org\",\"name\":\"dolor\",\"phone\":\"quaerat\",\"subject\":\"sunt\",\"message\":\"voluptate\",\"is_subscription\":\"1\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"message\":\"Successfully sent\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"errors\":{\"email\":[\"The Email Address field is required.\"],\"name\":[\"The Your Name field is required.\"],\"subject\":[\"The Subject field is required.\"],\"message\":[\"The Message field is required.\"],\"is_subscription\":[\"The Subscribe me field is required.\"]}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Subscription",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/contacts\/subscription",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/contacts\/subscription"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"bwiza@example.net\",\"name\":\"modi\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"message\":\"You successfully subscribed\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"errors\":{\"email\":[\"The Email Address field is required.\"],\"name\":[\"The Your Name field is required.\"]}}",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "noauth"
    }
}