curl --location --request GET 'https://api.managem.co.uk/user/purchases'
[
{
"id": "string",
"paymentStatus": "no_payment_required",
"serviceFee": 0,
"deliveryCharge": 0,
"subtotal": 0,
"total": 0,
"status": "PENDING",
"createdAt": "string",
"updatedAt": "string",
"sellers": 0
}
]