curl --location --request PUT '/crm/crmQuotation' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"costPrice": 59,
"customerId": "1",
"customerName": "客户",
"expectedTransactionDate": "2024-11-19",
"id": "3",
"name": "报价单",
"opportunityId": 1,
"opportunityName": "商机",
"profit": 40,
"quotationAmount": 99,
"quotationDate": "2024-11-19",
"responsible": "负责人",
"responsibleMobile": "13589003916"
}'