Gateway Routing 규칙: localhost:8080/api/ + 서비스명/API Path

API 응답 형식:

{
	"status": "success"
	"message": "요청이 성공적으로 처리되었습니다.",
	"data": {
		response data
	},
	"timestamp": "2025-08-03T23:09:51.5006427"
}
{
	"status": "error"
	"message": "에러 메시지",
	"data": {
		error code
	},
	"timestamp": "2025-08-03T23:09:51.5006427"
}

API 명세서