Authorization: Bearer ********************{
"userId": 0,
"account": "string",
"profileContent": "string"
}curl --location --request POST '/crm/info/protocol/sign' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"userId": 0,
"account": "string",
"profileContent": "string"
}'