curl --request POST \
--url https://api.devin.ai/v1/sessions \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "Review the pull request at https://github.com/example/repo/pull/123",
"idempotent": true
}'