{
"docId": "string",
"email": "string"
}
curl --location --request POST '/api=resentOtpForgotPassword' \
--header 'Content-Type: application/json' \
--data-raw '{
"docId": "string",
"email": "string"
}'
{
"code": 0,
"message": "string",
"reqId": "string",
"payload": {
"docId": "string"
}
}