curl --location --request GET 'https://api.managem.co.uk/seller/transfers'
{
"cursor": "string",
"transfers": [
{
"id": "string",
"amount": 0,
"currency": "string",
"created": "string",
"reversed": true
}
]
}