request_refunds_show Permission, Token Scope, Not has restrictions. and be a part of this request or one of the parts of this request in your tree, or have permission to see allAuthorization: Bearer ********************curl --location --request GET 'https://api.temlittoral.com/api/v1/request-refunds/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"id": 5,
"from_user_id": 1,
"to_user_id": 2,
"amount": 99.99,
"status": "pending",
"reason": "Test",
"reason_prove": "http://iptv-api.test/storage/reason_proves/rr/755889-1727365003.png",
"created_at": "2024-09-26 15:36:43",
"updated_at": "2024-09-26 15:36:43"
}