curl --location --request GET 'https://api.stg.bidancer.com/wallet-service/v1/manage/transaction/list?take' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "string",
"data": [
{
"id": "string",
"walletId": "string",
"bidId": "string",
"enquiryId": "string",
"description": "string",
"amount": 0,
"type": "debit",
"isTopup": true,
"isBonus": true,
"metadata": null,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"deletedAt": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"type": "cursor",
"pageSize": 0,
"nextCursor": "string",
"prevCursor": "string",
"totalData": 0
}
}