{
"email": "skshahra@gmail.com"
}
Email
: A required string field for the user's email address with a length between 5 and 100 characters and a valid email format./v1/auth/forget-password
curl --location --request POST 'https://api.vidinfra.com/auth/forget-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "skshahra@gmail.com"
}'
{"message":"OTPSent Successfully","success":true}