{
  "id": "chytapay-test-environment",
  "name": "Chytapay Integration - Test",
  "values": [
    {
      "key": "auth-api-url",
      "value": "https://auth-api.test.chytapay.com.ar",
      "type": "default",
      "enabled": true
    },
    {
      "key": "integration-admin-url",
      "value": "https://integration-admin-api.test.chytapay.com.ar",
      "type": "default",
      "enabled": true
    },
    {
      "key": "integration-url",
      "value": "https://integration-api.test.chytapay.com.ar",
      "type": "default",
      "enabled": true
    },
    {
      "key": "admin_id_token",
      "value": "",
      "type": "secret",
      "enabled": true
    },
    {
      "key": "user_id_token",
      "value": "",
      "type": "secret",
      "enabled": true
    },
    {
      "key": "refresh_token",
      "value": "",
      "type": "secret",
      "enabled": true
    },
    {
      "key": "client_id",
      "value": "",
      "type": "default",
      "enabled": true
    },
    {
      "key": "client_secret",
      "value": "",
      "type": "secret",
      "enabled": true
    },
    {
      "key": "redirect_uri",
      "value": "https://your-app.com/oauth/callback",
      "type": "default",
      "enabled": true
    }
  ],
  "_postman_variable_scope": "environment"
}