{"message":"Baz Car Admin API","version":"1.0.0","endpoints":{"auth":{"register":"POST /api/v1/auth/register","login":"POST /api/v1/auth/login","refresh":"POST /api/v1/auth/refresh","profile":"GET /api/v1/auth/profile","logout":"POST /api/v1/auth/logout"},"health":"GET /api/v1/health","cars":{"list":"GET /api/v1/cars","get":"GET /api/v1/cars/{id}","create":"POST /api/v1/cars","update":"PUT/PATCH /api/v1/cars/{id}","delete":"DELETE /api/v1/cars/{id}","upload_images":"POST /api/v1/cars/{id}/images","upload_temp":"POST /api/v1/cars/uploads/temp","cleanup_uploads":"POST /api/v1/cars/uploads/cleanup"},"testimonials":{"list":"GET /api/v1/testimonials/","active":"GET /api/v1/testimonials/active","get":"GET /api/v1/testimonials/{id}","create":"POST /api/v1/testimonials/","update":"PUT /api/v1/testimonials/{id}","delete":"DELETE /api/v1/testimonials/{id}"}}}