{"app":"ФАС","version":"1.0.0","docs":"/docs","redoc":"/redoc","health":"/health","endpoints":{"auth":{"register_start":"POST /api/auth/register","register_verify":"POST /api/auth/register/verify","login_start":"POST /api/auth/login","login_verify":"POST /api/auth/login/verify","code_resend":"POST /api/auth/code/resend","code_status":"GET /api/auth/code/status/{challenge_id}","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"}}}