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