Verify social verification
Verify the social authorization response data and get the user's identity data from the social provider.
        POST
    /api/experience/verification/social/{connectorId}/verify
  
  curl \
 --request POST 'https://[tenant_id].logto.app/api/experience/verification/social/{connectorId}/verify' \
 --header "Content-Type: application/json" \
 --data '{"connectorData":{},"verificationId":"string"}'
        Request examples
  
  {
  "connectorData": {},
  "verificationId": "string"
}
        Response examples (200)
  
  {
  "verificationId": "string"
}