curl --location --request PUT '/crm/crmCollection' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"agentId": 1,
"appId": 1,
"collectionDate": "2024-11-15",
"collectionId": 2,
"collectionMethod": 1,
"collectionMoney": 6666,
"collectionName": "回款到账",
"contractId": 1,
"contractName": "合同",
"customerId": 1,
"customerName": "客户",
"responsible": "负责人",
"siteId": 1
}'