{
"userId": "string",
"applyType": "string",
"applyChannel": "string",
"problemList": [
{
"problemId": "string",
"activityId": 0,
"userId": "string",
"problemType": "string",
"problemName": "string",
"problemSort": 0,
"mustFillFlag": "string",
"showUserType": "string",
"showLayout": "string",
"maxChoose": 0,
"minChoose": 0,
"guideRemark": "string",
"guideImgUrl": "string",
"placeholder": "string",
"inputType": "string",
"autoType": "string",
"localUploadType": "string",
"problemOptionsDtos": [
{
"name": "string",
"code": "string",
"optionsExtDtos": [
{
"extType": "string",
"mustFillFlag": "string",
"placeholder": "string"
}
]
}
],
"answerContentList": [
{
"content": "string",
"optionsExtDtos": [
{
"content": "string",
"extType": "string"
}
]
}
]
}
],
"type": "string"
}curl --location --request POST '/ly/identity/auth/apply/apply' \
--header 'uid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"applyType": "string",
"applyChannel": "string",
"problemList": [
{
"problemId": "string",
"activityId": 0,
"userId": "string",
"problemType": "string",
"problemName": "string",
"problemSort": 0,
"mustFillFlag": "string",
"showUserType": "string",
"showLayout": "string",
"maxChoose": 0,
"minChoose": 0,
"guideRemark": "string",
"guideImgUrl": "string",
"placeholder": "string",
"inputType": "string",
"autoType": "string",
"localUploadType": "string",
"problemOptionsDtos": [
{
"name": "string",
"code": "string",
"optionsExtDtos": [
{
"extType": "string",
"mustFillFlag": "string",
"placeholder": "string"
}
]
}
],
"answerContentList": [
{
"content": "string",
"optionsExtDtos": [
{
"content": "string",
"extType": "string"
}
]
}
]
}
],
"type": "string"
}'{
"rows": {},
"result": "",
"resultType": 0,
"msg": ""
}