Request
Authorization
{
"Bear " : "token"
}
{
"fundingId": "string",
"price": 0
}
JSON
복사
Response
Body
{
"status": 0,
"message": "string",
"data": {
"myFundingId": "string",
"fundingId": "string",
"price": 0,
"status": "INPROGRESS",
"createdAt": "2024-11-25T14:22:02.350Z",
"updatedAt": "2024-11-25T14:22:02.350Z"
}
}
JSON
복사