Authorization: Bearer ********************{
"keyValues": {
"property1": null,
"property2": null
},
"userId": 0,
"userIDCardDto": {
"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"
}
}curl --location --request POST '/iapi/v1/pro/account/crm/userprofile/modify' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"keyValues": {
"property1": null,
"property2": null
},
"userId": 0,
"userIDCardDto": {
"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"
}
}'