curl --location --request GET '/api/currencies?filter&page&sort&per_page'{
"data": [
{
"key": "07000791842251",
"name": "string",
"code": "94551730",
"isBase": "string",
"isActive": "string",
"createdAt": "1990-03-15T07:54:32Z",
"updatedAt": "2024-11-16T04:46:13Z",
"deletedAt": "2009-06-16T22:29:32Z"
}
],
"links": {
"first": "string",
"last": "string",
"prev": "string",
"next": "string"
},
"meta": {
"current_page": 0,
"from": 0,
"last_page": 0,
"path": "string",
"per_page": 0,
"to": 0,
"total": 0
}
}