transactions_refund Permission, Token Scope, Not has Restriction.transactions_refund_first_credit, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request POST 'https://api.temlittoral.com/api/v1/transactions/refund' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'from_user_id=3' \
--data-urlencode 'amount=1' \
--data-urlencode 'reason=test'{
"id": 5,
"from_user_id": 3,
"to_user_id": 1,
"amount": 1,
"description": "Refund reason “test”",
"type": "Refund",
"created_at": "2024-07-15 12:12:15",
"updated_at": "2024-07-15 12:12:15"
}