FrontToken: ********************{
"fullName": "张三",
"userContact": "13800138000",
"organization": "XX大学",
"applyContent": "希望举办一场AI图像分类竞赛"
}curl --location --request POST '/front/competition/list/apply' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullName": "张三",
"userContact": "13800138000",
"organization": "XX大学",
"applyContent": "希望举办一场AI图像分类竞赛"
}'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z",
"userId": "string",
"fullName": "string",
"userContact": "string",
"organization": "string",
"applyContent": "string"
},
"error": true,
"success": true
}