{
"name": "string",
"password": "string",
"verificationCode": "string",
"email": "string",
"platform": "string",
"platformUserId": "string"
}
curl --location --request POST 'http://localhost:8080/api/account/platformRegister' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"password": "string",
"verificationCode": "string",
"email": "string",
"platform": "string",
"platformUserId": "string"
}'
{
"success": false,
"errCode": "",
"errMessage": "",
"data": {
"": {}
}
}