curl --request POST \
--url https://storekit.samarthh.me/v1/auth/verify-otp \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]",
"otp": "12345"
}
'Test OTP verification with invalid OTP format (must be 6 digits)
curl --request POST \
--url https://storekit.samarthh.me/v1/auth/verify-otp \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]",
"otp": "12345"
}
'The body is of type object.
Successful response