curl --location --request POST 'https://api.flashcat.cloud/api/n9e/busi-group/2/task-tpls' \
--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"
}'
{
"err":""
}