curl --request POST \
--url https://api.example.com/v2/auth/authenticate \
--header 'Content-Type: application/json' \
--data '
{
"provider": "<string>",
"scopes": [
"<string>"
],
"user_id": "<string>",
"ls_user_id": "<string>",
"agent_id": "<string>",
"use_agent_builder_public_oauth": false,
"force_new": false,
"token_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"is_default": true
}
'