{
    "id": 2,
    "name": "john due",
    "email": "john.customer@example.com",
    "country_code": "1",
    "phone": 0,
    "profile_image_id": null,
    "system_reserve": "0",
    "status": 1,
    "created_by_id": 2,
    "email_verified_at": "2024-05-02T08:34:46.000000Z",
    "created_at": "2024-05-02T08:34:46.000000Z",
    "orders_count": 16,
    "role": {
        "id": 2,
        "name": "consumer",
        "guard_name": "web",
        "system_reserve": "1"
    },
    "permission": [
        {
            "id": 44,
            "name": "order.index",
            "guard_name": "web",
            "created_at": "2024-05-02T08:34:45.000000Z",
            "updated_at": "2024-05-02T08:34:45.000000Z",
            "pivot": {
                "role_id": "2",
                "permission_id": "44"
            }
        },
        {
            "id": 45,
            "name": "order.create",
            "guard_name": "web",
            "created_at": "2024-05-02T08:34:45.000000Z",
            "updated_at": "2024-05-02T08:34:45.000000Z",
            "pivot": {
                "role_id": "2",
                "permission_id": "45"
            }
        },
        {
            "id": 74,
            "name": "point.index",
            "guard_name": "web",
            "created_at": "2024-05-02T08:34:46.000000Z",
            "updated_at": "2024-05-02T08:34:46.000000Z",
            "pivot": {
                "role_id": "2",
                "permission_id": "74"
            }
        },
        {
            "id": 77,
            "name": "wallet.index",
            "guard_name": "web",
            "created_at": "2024-05-02T08:34:46.000000Z",
            "updated_at": "2024-05-02T08:34:46.000000Z",
            "pivot": {
                "role_id": "2",
                "permission_id": "77"
            }
        },
        {
            "id": 80,
            "name": "refund.index",
            "guard_name": "web",
            "created_at": "2024-05-02T08:34:46.000000Z",
            "updated_at": "2024-05-02T08:34:46.000000Z",
            "pivot": {
                "role_id": "2",
                "permission_id": "80"
            }
        },
        {
            "id": 81,
            "name": "refund.create",
            "guard_name": "web",
            "created_at": "2024-05-02T08:34:46.000000Z",
            "updated_at": "2024-05-02T08:34:46.000000Z",
            "pivot": {
                "role_id": "2",
                "permission_id": "81"
            }
        },
        {
            "id": 83,
            "name": "review.index",
            "guard_name": "web",
            "created_at": "2024-05-02T08:34:46.000000Z",
            "updated_at": "2024-05-02T08:34:46.000000Z",
            "pivot": {
                "role_id": "2",
                "permission_id": "83"
            }
        },
        {
            "id": 84,
            "name": "review.create",
            "guard_name": "web",
            "created_at": "2024-05-02T08:34:46.000000Z",
            "updated_at": "2024-05-02T08:34:46.000000Z",
            "pivot": {
                "role_id": "2",
                "permission_id": "84"
            }
        },
        {
            "id": 85,
            "name": "review.destroy",
            "guard_name": "web",
            "created_at": "2024-05-02T08:34:46.000000Z",
            "updated_at": "2024-05-02T08:34:46.000000Z",
            "pivot": {
                "role_id": "2",
                "permission_id": "85"
            }
        },
        {
            "id": 90,
            "name": "question_and_answer.index",
            "guard_name": "web",
            "created_at": "2024-05-02T08:34:46.000000Z",
            "updated_at": "2024-05-02T08:34:46.000000Z",
            "pivot": {
                "role_id": "2",
                "permission_id": "90"
            }
        },
        {
            "id": 91,
            "name": "question_and_answer.create",
            "guard_name": "web",
            "created_at": "2024-05-02T08:34:46.000000Z",
            "updated_at": "2024-05-02T08:34:46.000000Z",
            "pivot": {
                "role_id": "2",
                "permission_id": "91"
            }
        },
        {
            "id": 92,
            "name": "question_and_answer.edit",
            "guard_name": "web",
            "created_at": "2024-05-02T08:34:46.000000Z",
            "updated_at": "2024-05-02T08:34:46.000000Z",
            "pivot": {
                "role_id": "2",
                "permission_id": "92"
            }
        }
    ],
    "store": null,
    "profile_image": null,
    "wallet": {
        "id": 2,
        "consumer_id": 2,
        "balance": 8.46
    },
    "point": {
        "id": 3,
        "consumer_id": 2,
        "balance": 1970
    },
    "address": [
        {
            "id": 1,
            "title": "New Home",
            "user_id": "2",
            "street": "26, Starts Hollow Colony",
            "city": "Denver",
            "pincode": "80014",
            "is_default": 0,
            "country_code": "1",
            "phone": 5551855359,
            "country_id": 840,
            "state_id": 3759,
            "country": {
                "id": 840,
                "name": "United States"
            },
            "state": {
                "id": 3759,
                "name": "Colorado",
                "country_id": "840"
            }
        },
        {
            "id": 2,
            "title": "Old Home",
            "user_id": "2",
            "street": "53B, Claire New Street",
            "city": "San Jose",
            "pincode": "94088",
            "is_default": 0,
            "country_code": "1",
            "phone": 5551855359,
            "country_id": 840,
            "state_id": 3759,
            "country": {
                "id": 840,
                "name": "United States"
            },
            "state": {
                "id": 3759,
                "name": "Colorado",
                "country_id": "840"
            }
        },
        {
            "id": 3,
            "title": "Office",
            "user_id": "2",
            "street": "21B, Row New Street",
            "city": "San Jose",
            "pincode": "94088",
            "is_default": 0,
            "country_code": "1",
            "phone": 551865359,
            "country_id": 840,
            "state_id": 3757,
            "country": {
                "id": 840,
                "name": "United States"
            },
            "state": {
                "id": 3757,
                "name": "California",
                "country_id": "840"
            }
        }
    ],
    "vendor_wallet": null,
    "payment_account": {
        "id": 1,
        "user_id": "2",
        "paypal_email": null,
        "bank_name": null,
        "bank_holder_name": null,
        "bank_account_no": null,
        "swift": null,
        "ifsc": null,
        "is_default": "0",
        "status": 1,
        "created_at": "2024-06-21T12:01:13.000000Z",
        "updated_at": "2024-06-21T12:01:13.000000Z",
        "deleted_at": null
    }
}