curl --request GET \
--url http://localhost:8080/transactions{
"items": [
{
"id": 123,
"user_id": 123,
"type": "<string>",
"amount_kopeks": 123,
"amount_rubles": 123,
"is_completed": true,
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"payment_method": "<string>",
"external_id": "<string>",
"completed_at": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"limit": 123,
"offset": 123
}curl --request GET \
--url http://localhost:8080/transactions{
"items": [
{
"id": 123,
"user_id": 123,
"type": "<string>",
"amount_kopeks": 123,
"amount_rubles": 123,
"is_completed": true,
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"payment_method": "<string>",
"external_id": "<string>",
"completed_at": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"limit": 123,
"offset": 123
}1 <= x <= 200x >= 0