/v1/admin/funding/my-funding/{fundingId}

Method
GET
Client
ADMIN
Description
모든 참여 중 펀딩 상세 조회

Request

Authorization

{ "Bear " : "token" }
JSON
복사

Response

Body

{ "status": 0, "message": "string", "data": { "myFundingId": "string", "userId": 0, "fundingId": "string", "price": 0, "status": "INPROGRESS", "createdAt": "2024-11-25T14:28:57.265Z", "updatedAt": "2024-11-25T14:28:57.265Z" } }
JSON
복사