curl --location --request GET '/api/v2/gw/account//mutation?mutation_type=&page=&date.0=&date.1=' \
--header 'Accept;' \
--header 'Authorization;' \
--header 'Signature;'
{
"rc": "SUCCESS",
"message": "success",
"timestamp": "2022-04-05T04:46:42+07:00",
"current_page": 1,
"data": [
{
"id": "string",
"mutation_type": "out",
"balance_before": 100000,
"amount": 50000,
"balance_after": 50000,
"signature": "string",
"created_at": "2022-04-05T05:46:41+07:00"
},
{
"id": "string",
"mutation_type": "in",
"balance_before": 0,
"amount": 100000,
"balance_after": 100000,
"signature": "string",
"created_at": "2022-04-05T04:46:41+07:00"
}
],
"from": 1,
"last_page": 1,
"per_page": 15,
"to": 1,
"total": 2
}