curl --request POST \
--url https://storekit.samarthh.me/v1/store/{storeId}/auth/send-otp \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'Send OTP to store user’s email for authentication. Requires storeId in URL.
curl --request POST \
--url https://storekit.samarthh.me/v1/store/{storeId}/auth/send-otp \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'