curl --request POST \
--url https://api.example.com/v1/provider-mcp/oauth/attach \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '
{
"sessionKey": "<string>"
}
'{
"ok": true
}curl --request POST \
--url https://api.example.com/v1/provider-mcp/oauth/attach \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '
{
"sessionKey": "<string>"
}
'{
"ok": true
}