curl --location '/dashou-api/v1/workbench/profile' \
--header 'Authorization: Bearer jl-test-token-user-43'{
"code": 0,
"message": "string",
"data": {
"accountId": 0,
"accountNo": "string",
"name": "string",
"avatar": "string",
"phone": "string",
"status": "string",
"studioId": 0,
"studioName": "string",
"attributes": {
"gameServerId": 0,
"gameCategoryId": 0,
"supportLive": 0,
"supportHighValue": 0,
"shiftPreference": "string",
"specialRiskLimit": "string"
}
}
}