{
"email": "string",
"phone": "string",
"username": "string",
"verifyType": "string"
}curl --location --request POST '/core/user/codeRegister' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"phone": "string",
"username": "string",
"verifyType": "string"
}'{
"status": "OK"
}