{
"email": "string",
"verification_code": "string",
"new_password": "string"
}curl --location --request POST '/user/reset-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"verification_code": "string",
"new_password": "string"
}'{}