Request
Authorization
{
"Bear " : "token"
}
JSON
복사
Response
Body
{
"status": 0,
"message": "string",
"data": {
"fundingId": "string",
"title": "string",
"content": "string",
"image": "string",
"curAmount": 0,
"targetAmount": 0,
"percent": 0,
"status": "INPROGRESS",
"category": "CHILDREN",
"fundingStartDate": "2024-11-25T14:27:12.985Z",
"fundingEndDate": "2024-11-25T14:27:12.985Z",
"donationStartDate": "2024-11-25T14:27:12.985Z",
"donationEndDate": "2024-11-25T14:27:12.985Z"
}
}
JSON
복사