curl --location '/requisicao//requisicao-gestao-tarefa' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"assignee": [
{
"id": 0,
"name": "string"
}
],
"priority": "string",
"dueDate": "2019-08-24",
"description": "string",
"anexos": [
{
"fileId": "a1c6a2ab-4b01-4253-b4c9-70e04b3b48fc",
"fileName": "string",
"fileContentType": "string",
"fileSize": 0
}
]
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"boardId": "a654038e-9287-48a2-acfd-90b8cfa8b1f4",
"columnId": "b0676e1a-d8a0-4c5f-99e7-a0ee8909f6dd",
"requisicaoFaseId": 0,
"code": "string",
"title": "string",
"description": "string",
"assignees": [
{
"id": 0,
"name": "string"
}
],
"priority": "string",
"dueDate": "2019-08-24",
"resolvedAt": "2019-08-24T14:15:22.123Z",
"anexos": 0,
"createdBy": 0
}