<?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 method="POST" url="/V1/customer/otp">
		<service class="BlueLogic\ExtendedCustomer\Api\OtpSenderRepositoryInterface" method="sendOtp"/>
		<resources>
			<resource ref="self"/>
		</resources>
	</route>
	<route url="/V1/customers/me/updateProfile" method="POST">
        <service class="BlueLogic\ExtendedCustomer\Api\CustomerAccountInterface" method="updateProfile"/>
        <resources>
            <resource ref="self"/>
        </resources>
        <data>
            <parameter name="customerId" force="true">%customer_id%</parameter>
        </data>
    </route>
</routes>
