curl --location --request POST 'http://127.0.0.1:6810/api/controllers/applications' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"why_want_to_be_controller": "string",
"controller_record": "string",
"is_guest": true,
"platform": "string",
"evidence": "string",
"created_at": "2019-08-24T14:15:22Z"
}'{
"code": "SUBMIT_APPLICATION",
"message": "成功提交申请",
"data": true
}