Authorization: Bearer ********************
{
"name": "string",
"type": 0,
"code": "string",
"isHidden": true,
"description": "string",
"divisionId": "79c081ac-2c36-4826-9de3-ab76e5b1b54a",
"dateExecuted": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'https://api.phizone.cn/events/tasks' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"type": 0,
"code": "string",
"isHidden": true,
"description": "string",
"divisionId": "79c081ac-2c36-4826-9de3-ab76e5b1b54a",
"dateExecuted": "2019-08-24T14:15:22Z"
}'
{
"status": 0,
"code": "string",
"message": "string",
"errors": [
{
"field": "string",
"errors": [
"string"
]
}
],
"dateAvailable": "2019-08-24T14:15:22Z",
"total": 0,
"perPage": 0,
"hasPrevious": true,
"hasNext": true,
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}