{
"code": "string",
"password": "string"
}curl --location --request POST 'http://192.168.80.101:8090/apis/api.console.halo.run/v1alpha1/users/-/verify-email' \
--header 'Authorization: {{authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"password": "string"
}'{}