curl --request POST \
--url https://storekit.samarthh.me/v1/auth/send-otp \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'Test login with non-existent user
curl --request POST \
--url https://storekit.samarthh.me/v1/auth/send-otp \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'The body is of type object.
Successful response