curl --location --request POST '/auth/request-otp' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "medota5281@avidapro.com"
}'{
"success": true,
"message": "otp has been sent to medota5281@avidapro.com",
"data": {
"email": "medota5281@avidapro.com",
"otp": 1208,
"_id": "64e354f1d26a9859476ea5c7",
"createdAt": "2023-08-21T12:13:37.941Z",
"updatedAt": "2023-08-21T12:13:37.941Z",
"__v": 0
}
}