Authorization: Bearer ********************
{
"divisionId": "79c081ac-2c36-4826-9de3-ab76e5b1b54a",
"type": 0,
"label": "string",
"description": "string",
"isAnonymous": true,
"score": 0,
"reserved": [
"string"
],
"teamId": "a4ede8ba-7c0a-4485-8763-cbd9b282fbec"
}
curl --location --request POST 'https://api.phizone.cn/charts//event' \
--header 'Content-Type: application/json' \
--data-raw '{
"divisionId": "79c081ac-2c36-4826-9de3-ab76e5b1b54a",
"type": 0,
"label": "string",
"description": "string",
"isAnonymous": true,
"score": 0,
"reserved": [
"string"
],
"teamId": "a4ede8ba-7c0a-4485-8763-cbd9b282fbec"
}'
{}