{"service":"firsatparca-api","version":"0.0.1","endpoints":{"health":"GET /health","register":"POST /auth/register","login":"POST /auth/login","verifyEmail":"GET /auth/verify-email?token=","forgotPassword":"POST /auth/forgot-password","resetPassword":"POST /auth/reset-password","resendVerification":"POST /auth/resend-verification","refresh":"POST /auth/refresh","logout":"POST /auth/logout","me":"GET /users/me (Authorization: Bearer …)","partCategories":"GET /part-categories","listings":"GET /listings | POST /listings (JWT) | GET/PATCH/DELETE /listings/:id","vehicles":"GET /vehicles/makes | /vehicles/makes/with-counts | /vehicles/categories | /vehicles/makes/by-slug/:slug | /vehicles/makes/:makeId/models","uploadPresigned":"POST /upload/presigned-url (JWT)","uploadFiles":"POST /upload/files (JWT, multipart magic-bytes)"}}