Authorization: Bearer ********************
curl --location --request GET 'http://127.0.0.1:9897/api/tasks/list' \
--header 'Authorization: Bearer <token>'
{"success":true,"backgroundTask":null,"message":null,"data":[{"id":"e5a7876c-6fef-4a60-ab8e-a6ae91d6b578","status":"RUNNING","progressIndeterminate":true,"progress":0.0,"title":"null","message":"null","cancellable":false,"startedAt":1753798187797,"endedAt":0}]}