curl --request POST \
--url http://localhost:8000/api/v1/tasks/trigger-daily-tasks \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"task_id": "<string>"
}Manually trigger the daily tasks execution.
curl --request POST \
--url http://localhost:8000/api/v1/tasks/trigger-daily-tasks \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"task_id": "<string>"
}The access token received from the authorization server in the OAuth 2.0 flow.