Authorization: Bearer ********************{
"description": "string",
"photoUrl": "string",
"userId": 0,
"customerType": "0"
}curl --location --request POST '/iapi/v1/pro/account/crm/userprofile/upgradecustomertype' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"description": "string",
"photoUrl": "string",
"userId": 0,
"customerType": "0"
}'