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