curl --location --request PUT 'https://api.flashcat.cloud/api/n9e/busi-group//task-tpl/' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0,
"title": "string",
"tags": [
"string"
],
"account": "string",
"batch": 0,
"tolerance": 0,
"timeout": 0,
"hosts": [
"string"
],
"pause": "string",
"script": "string",
"args": "string"
}'
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"request_id": "string"
}