{
  "info": {
    "_postman_id": "blogs-center-collection",
    "name": "Blogs Center - SSO",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "Session Introspection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          },
          {
            "key": "X-SSO-Bridge",
            "value": "{{bridge_token}}"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"bridge_token\": \"{{bridge_token}}\",\n  \"callback_host\": \"{{base_url}}\"\n}"
        },
        "url": {
          "raw": "{{base_url}}/api/sso/session",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "sso",
            "session"
          ]
        }
      },
      "response": []
    }
  ]
}
