Authorization: Bearer ********************
curl --location --request GET '/api/v2/transactions//receipts'
{
"data": [
{
"uuid": "string",
"status": "string",
"image_url": "string",
"line_items": [
{
"uuid": "string",
"name": "string",
"quantity": 0,
"amount": {
"amount": "string",
"currency_code": "string"
}
}
]
}
]
}