{
"requestId": "string",
"token": "string"
}curl --location --request POST 'http://localhost:8080/auth/forgotPassword/validateOtp' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"token": "string"
}'{
"code": 0,
"result": true,
"error": "string"
}