Hi @post, can you explain how you’re making the request?
The typeOfWorkId is the Type of Work Id that defines what kind of task this is. You can fetch all configured types of work of your workspaces with this endpoint: GET /typeofwork
The taskStatusId is the id of the status to create the task in. This id depends on the project you want to create the task for. This is how you can fetch the task statuses for one project: GET /projects/{projectId}/taskStatuses
The entityId in this case is the id of the project you want to create the task for.
There is a detailed explanation here too: Tasks — awork API | Documentation