curl --request POST \
--url https://api.example.com/v2/auth/authenticate \
--header 'Content-Type: application/json' \
--data '
{
"user_id": "<string>",
"provider": "<string>",
"scopes": [
"<string>"
],
"agent_id": "<string>",
"use_agent_builder_public_oauth": false
}
'