{"openapi":"3.0.3","info":{"title":"REIA Egypt API","version":"1.0.0","description":"Core public and session-related endpoints for REIA Egypt."},"servers":[{"url":"https://reiaegypt.com/api"}],"paths":{"/status":{"get":{"summary":"Service health status","responses":{"200":{"description":"OK"}}}},"/public/consultants":{"get":{"summary":"List public consultants","responses":{"200":{"description":"Consultants list"}}}},"/auth/session":{"post":{"summary":"Create a session cookie after authentication","responses":{"200":{"description":"Session established"}}},"delete":{"summary":"Clear active session","responses":{"200":{"description":"Session cleared"}}}}}}