https://data-charts-api.hexlet.app/
# build project
make build
# run project
make compose
# return all visits from begin to end dates
/visits?begin=2023-03-01&end=2023-04-01
# return all registrations from begin to end dates
/registrations?begin=2023-03-01&end=2023-04-01