Authorization: Bearer ********************curl --location --request GET 'https://api.temlittoral.com/api/v1/transactions/summary?from_user_id=1&to_user_id=6&start_date=2025/01/01&end_date=2026/01/01' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"start_credit_send_to": 0,
"my_transactions_send_to": 0,
"my_transactions_receive_from": 0,
"my_refund": 0,
"transactions_of_payment": 0,
"transactions_of_payment_refund": 0,
"user_transfer_to_others": 0
}