curl --request POST \
--url http://localhost:8000/api/v1/tasks/trigger-auto-apply-recommendations \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"task_id": "<string>"
}Manually trigger the auto-apply recommendations execution.
curl --request POST \
--url http://localhost:8000/api/v1/tasks/trigger-auto-apply-recommendations \
--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.