{
"name": "string",
"company": "string",
"phone": "string",
"requirement": "string"
}curl --location --request POST 'http://develop.tianxin.supermind.quant-chi.com:8045/api/trial/application' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"company": "string",
"phone": "string",
"requirement": "string"
}'{
"header": {
"code": 200,
"message": "succeed"
},
"body": null
}