curl --request POST \
--url https://api.honcho.dev/v3/workspaces/{workspace_id}/schedule_dream \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"observer": "<string>",
"dream_type": "omni",
"observed": "<string>",
"session_id": "<string>"
}
'