curl --location '/auth/reset-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"token" :"665918",
"new_password" : "19210042003mN@"
}'{
"status": "string",
"statusCode": 0,
"message": "string",
"data": {
"email": "string"
}
}