Endpoint: POST /tasks

Body:

Query:

Response:

Example request

curl <https://api.height.app/tasks> \\
  -H "Authorization: api-key secret_1234" \\
  -H "Content-Type: application/json" \\
  -d '{"name":"Test task", "listIds": ["0c364c36-1fcc-4f1d-a6f7-340ef931d2a0"], "fields": [{"fieldTemplateId":"fac9a720-2630-4bbc-a86c-7f58865e7d18", "value":"a25bd3a3-3b88-45a8-8acb-c86b04621487"}]}'