/v1/items/my-items

Method
GET
Client
USER
USER
자신의 모든 내 아이템 조회

Request

Authorization

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

Response

Body

{ "status": "OK", "message": "성공", "data": [ { "myItemId": 1, "itemId": 1, "itemName": "Sample Item", "price": 15000, "imageUri": "http://example.com/images/sample-item.jpg", "status": "COMPLETED", "createdAt": "2024-11-14T18:03:13.162955", "updatedAt": "2024-11-14T18:03:13.16298" }, { "myItemId": 2, "itemId": 2, "itemName": "Sample Item", "price": 15000, "imageUri": "http://example.com/images/sample-item.jpg", "status": "COMPLETED", "createdAt": "2024-11-14T18:04:08.280585", "updatedAt": "2024-11-14T18:04:08.280596" } ] }
JSON
복사