Create Task Run API request body

Hello,
I am wondering how can I get the task run id, flow run id, child flow run id, task id, and other fields for the request body of the Create Task Run API.
Here is the documentation for this API: Prefect Cloud
Thank you

Create task run is an API that I wouldn’t necessarily mess with, since tasks run inside of flows. I prefer using the run_deployment utility method to trigger flow runs. Instead of trying to trigger tasks through the API, I would trigger a flow!