{"app":"ДентаХаб","version":"1.0.0","docs":"/docs","redoc":"/redoc","health":"/health","endpoints":{"auth":{"register_start":"POST /api/auth/register","register_complete":"POST /api/auth/register/complete","password_setup_start":"POST /api/auth/password-setup/start","password_setup_complete":"POST /api/auth/password-setup/complete","forgot_password_start":"POST /api/auth/forgot-password/start","forgot_password_complete":"POST /api/auth/forgot-password/complete","verification_resend":"POST /api/auth/verification/resend","verification_status":"GET /api/auth/verification/status/{challenge_id}","login":"POST /api/auth/login","logout":"POST /api/auth/logout","refresh":"POST /api/auth/refresh"},"users":{"profile":"GET /api/users/me","update_profile":"PUT /api/users/me","contacts":"GET /api/users/me/contacts","add_contact":"POST /api/users/me/contacts","cities":"GET /api/users/reference/cities","positions":"GET /api/users/reference/positions","experience_levels":"GET /api/users/reference/experience-levels","schedule_types":"GET /api/users/reference/schedule-types"},"ads":{"list":"GET /api/ads","respond":"POST /api/ads/{ad_id}/responses","mark_urgent":"PUT /api/ads/{ad_id}/mark-urgent"},"chat":{"groups":"GET /api/chat/groups","topics":"GET /api/chat/groups/{group_id}/topics","messages":"GET /api/chat/topics/{topic_id}/messages"},"subscriptions":{"status":"GET /api/subscriptions/status","plans":"GET /api/subscriptions/plans","create":"POST /api/subscriptions/create","confirm_skip":"POST /api/subscriptions/payments/{payment_id}/confirm-skip","webhook":"POST /api/subscriptions/yookassa/webhook"},"push_notifications":{"status":"GET /api/push/status","public_key":"GET /api/push/public-key"},"websockets":{"topic_updates":"WS /ws/chat/topics/{topic_id}","ads_feed":"WS /ws/ads","notifications":"WS /ws/notifications"},"files":{"upload":"POST /api/files/upload","download":"GET /api/files/{file_id}","delete":"DELETE /api/files/{file_id}"},"admin":{"dashboard":"GET /api/admin/dashboard","users":"GET /api/admin/users","payments":"GET /api/admin/payments"}}}