{"meta":{"code":200,"message":"OK"},"data":{"message":"SCBE API - Skeleton Project with JWT Authentication","version":"1.0.0","endpoints":{"auth":{"login":"POST /api/v1/auth/login","refresh":"POST /api/v1/auth/refresh","register":"POST /api/v1/auth/register"},"health":"/health","mobile":{"auth":{"login":"POST /api/v1/mobile/auth/login","refresh":"POST /api/v1/mobile/auth/refresh","register":"POST /api/v1/mobile/auth/register"},"genus":{"all":"GET /api/v1/mobile/products/genus","detail":"GET /api/v1/mobile/products/genus/:id","products":"GET /api/v1/mobile/products/genus/:genus_id/products"},"products":{"all":"GET /api/v1/mobile/products/all","categories":"GET /api/v1/mobile/products/categories","category":"GET /api/v1/mobile/products/categories/:slug","detail":"GET /api/v1/mobile/products/detail/:slug","highlighted":"GET /api/v1/mobile/products/categories/highlighted","search":"GET /api/v1/mobile/products/search"},"protected":{"dashboard":"GET /api/v1/mobile/protected/dashboard","fcm_token":"POST /api/v1/mobile/protected/fcm-token","logout":"POST /api/v1/mobile/protected/logout","profile":"GET /api/v1/mobile/protected/profile","update_profile":"PUT /api/v1/mobile/protected/profile"}},"users":{"delete":"DELETE /api/v1/users/:id","get":"GET /api/v1/users/:id","list":"GET /api/v1/users","update":"PUT /api/v1/users/:id"}}}}