curl --location --request PUT 'http://localhost:3000/api/auth/resetPassword' \
--header 'Content-Type: application/json' \
--data-raw '{
"verificationCode": "string",
"password": "string",
"confirmPassword": "string"
}'
{
"responseMessage": [
"string"
],
"responseCode": "string",
"responseData": {}
}