curl --location --request GET 'https://api.managem.co.uk/user/purchases' \
--header 'Authorization: Bearer <token>'[
{
"id": "string",
"customerEmailAddress": "user@example.com",
"deliveryCharge": 0,
"deliveryAddress": {
"name": "string",
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postal_code": "string",
"state": "string"
},
"subtotal": 0,
"total": 0,
"serviceFee": 0,
"status": "ACTIVE",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"sellers": 0,
"invoiceId": "string"
}
]