curl --location --request PUT 'https://demo.getflycrm.com/api/v6.1/opportunity' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: YOUR_API_KEY' \
--header 'Cookie: v6_getflycrm_session=YOUR_SESSION_TOKEN' \
--data-raw '{
"campaign_code": "CD0008",
"account_code": "KH/2024/119270",
"account_name": "Khách hàng XYZ",
"account_phone": "0123456789",
"account_email": "[email protected]",
"contact_name": "Người liên hệ A",
"contact_email": "[email protected]",
"contact_phone": "0987654321",
"recipient_username": "user_example",
"current_opportunity_code": "CH2055057",
"opportunity_status": 31,
"description": "Ghi chú cập nhật cơ hội"
}'