curl --request POST \
--url https://api.promptmetrics.dev/auth/resend-otp \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'curl --request POST \
--url https://api.promptmetrics.dev/auth/resend-otp \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]"
}
'OTP resent successfully