Authorization: Bearer ********************
[
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"templateId": 0,
"setType": "string",
"relationType": "string",
"relationId": 0,
"setDate": "string"
}
]
curl --location --request POST 'http://localhost:8080/ess/dispatch-distemplate-set-relation' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"templateId": 0,
"setType": "string",
"relationType": "string",
"relationId": 0,
"setDate": "string"
}
]'
{
"": {}
}