Use a valid Bearer token to authenticate.
The maximum data for creating multiple tasks is 2000 data.
When the background parameter is set to true , the action will be processed in the background. In this mode, the API call will return quickly with a response indicating that the create task request has been received and is being processed asynchronously in the background. When the background parameter is set to false (default), the create task will be processed directly via API. This means that the API call will wait for the create task process to complete before returning the results to the user.
Default: false.