curl --location --request POST '/callThirdConfig/update' \
--header 'Biz-Type: {{Biz-Type}}' \
--header 'Gksk-Access-Token: {{Gksk-Access-Token}}' \
--header 'Gksk-Tenant-Code: {{Gksk-Tenant-Code}}' \
--header 'Ou: 60' \
--header 'Taxno: {{Taxno}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'systemSource: {{systemSource}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"updateTime": "string",
"createTime": "string",
"updateBy": "string",
"createBy": "string",
"delFlag": 0,
"id": 0,
"tenantId": "string",
"systemSource": "string",
"businessType": "string",
"callMode": 0,
"url": "string",
"invokeChannel": "string",
"extData": "string",
"invokeType": "string"
}'