FrontToken: ********************curl --location --request GET '/competition/authorization/record/get/' \
--header 'FrontToken: <api-key>'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z",
"competitionId": "string",
"userId": "string",
"authorizationState": true,
"companyName": "string",
"phone": "string"
},
"error": true,
"success": true
}