{
  "id": "hr-system-environment",
  "name": "HR System - Environment",
  "values": [
    {
      "key": "base_url",
      "value": "http://localhost/api",
      "type": "default",
      "enabled": true,
      "description": "رابط الـ API الرئيسي بدون / في النهاية"
    },
    {
      "key": "tenant_key",
      "value": "",
      "type": "default",
      "enabled": true,
      "description": "Tenant key المستخدم في X-Tenant-Key"
    },
    {
      "key": "token",
      "value": "",
      "type": "secret",
      "enabled": true,
      "description": "Bearer Token - يُحفظ أوتوماتيكاً بعد Login"
    },
    {
      "key": "landlord_token",
      "value": "",
      "type": "secret",
      "enabled": true,
      "description": "Landlord Bearer Token"
    }
  ],
  "_postman_variable_scope": "environment",
  "schema": "https://schema.getpostman.com/json/collection/v2.1.0/environment.json"
}
