Authorization: Bearer ********************curl --location --request GET '/iapi/v1/pro/account/crm/idcard/get/' \
--header 'Authorization: Bearer <token>'{
"userId": 0,
"gender": 0,
"birthplace": "string",
"nationalCode": "string",
"birthday": 0,
"type": "string",
"number": "string",
"name": "string",
"frontUrl": "string",
"backUrl": "string",
"selfUrl": "string",
"videoUrl": "string",
"extra": {
"property1": "string",
"property2": "string"
},
"status": "0"
}