Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//gift-cards//transactions' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "string",
"kind": "string",
"amount_cents": 0,
"order_id": "string",
"actor_user_id": "string",
"actor_customer_id": "string",
"note": "string",
"created_at": "string"
}
],
"message": "string"
}