curl --location '/abandonedcarts/1234abcd/detail'{
"cartId": "1234abcd",
"createdAt": "2023-01-01T12:00:00Z",
"abandonedAt": "2023-01-02T12:00:00Z",
"contactId": "5678wxyz",
"items": [
{
"productId": "5678efgh",
"name": "Wireless Mouse",
"quantity": 2,
"price": 20,
"category": "Electronics"
}
]
}