Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//payments/transactions?skip=&limit=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "string",
"order_id": "string",
"amount_cents": 0,
"currency": "string",
"status": "string",
"payment_method": "string",
"gateway": "string",
"customer_name": "string",
"customer_email": "string",
"created_at": "string",
"reference_id": "string"
}
],
"message": "string"
}