<?xml version="1.0"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Webapi:etc/webapi.xsd">
    <route url="/V1/nsgpp/getState" method="GET">
        <service class="WeSupply\Toolbox\Api\NortonShoppingGuarantee\PackageProtection\GetStateInterface" method="execute"/>
        <resources>
            <resource ref="anonymous"/>
        </resources>
    </route>
    <route url="/V1/nsgpp/sendState" method="POST">
        <service class="WeSupply\Toolbox\Api\NortonShoppingGuarantee\PackageProtection\SendStateInterface" method="execute"/>
        <resources>
            <resource ref="anonymous"/>
        </resources>
    </route>
</routes>
