{"info":{"name":"Auth Service \u2014 \ud83c\udfe5 Health Check","_postman_id":"3878901c-75df-40c2-aa53-09459b67a427","schema":"https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"},"item":[{"name":"\ud83c\udfe5 Health Check","description":"Health check endpoint for the Auth Service.","item":[{"name":"Health Check","request":{"auth":{"type":"noauth"},"method":"GET","header":[],"url":{"raw":"{{auth_url}}\/health","host":["{{auth_url}}"],"path":["health"]},"description":"Check the health status of the Auth Service.\n\n**Authentication:** None required"},"response":[]}]}],"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{auth_token}}","type":"string"}]},"variable":[{"key":"auth_url","value":"http:\/\/localhost:8001","description":"Auth service base URL"},{"key":"auth_token","value":"","description":"JWT access token"},{"key":"user_id","value":"","description":"Current user ID"},{"key":"role_id","value":"","description":"Role ID for role operations"},{"key":"permission_id","value":"","description":"Permission ID for permission operations"},{"key":"service_id","value":"","description":"Service record ID for service operations"},{"key":"language","value":"ar","description":"Accept-Language header value (default: ar)"},{"key":"platform","value":"web","description":"X-Platform header value (default: web)"},{"key":"registration_token","value":""}],"event":[{"listen":"prerequest","script":{"type":"text\/javascript","exec":["pm.request.headers.add({ key: 'Accept', value: 'application\/json' });","pm.request.headers.add({ key: 'Accept-Language', value: pm.environment.get('language') || 'ar' });","pm.request.headers.add({ key: 'X-Platform', value: pm.environment.get('platform') || 'web' });"]}}]}