curl --location --request GET 'https://api.managem.co.uk/seller/transfers' \
--header 'Authorization: Bearer <token>'{
"cursor": "string",
"transfers": [
{
"id": "string",
"amount": 0,
"currency": "string",
"created": "string",
"reversed": true,
"description": "string",
"orderId": "string",
"orderItemId": "string"
}
]
}