{"message":"ID Picture Backend API","version":"1.0.0","endpoints":{"health":"/api/health","users":{"getAll":"GET /api/users","getById":"GET /api/users/:id","create":"POST /api/users","update":"PUT /api/users/:id","delete":"DELETE /api/users/:id"},"documentStandards":{"getAll":"GET /api/document-standards","getByCountry":"GET /api/document-standards/country/:countryCode","getByCountryAndType":"GET /api/document-standards/:countryCode/:documentType","getById":"GET /api/document-standards/id/:id","create":"POST /api/document-standards","update":"PUT /api/document-standards/:id","delete":"DELETE /api/document-standards/:id"}}}