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:29:07.789Z",
"updatedAt": "2024-11-25T14:29:07.789Z"
}
]
}
JSON
복사