CarmineOptions / derisk-research

MIT License
6 stars 26 forks source link

Feat/add new endpoint for subscribing #73

Closed iamnovichek closed 5 months ago

iamnovichek commented 5 months ago
  1. Created db table with next fields: a. uuid b. created_at c. email d. wallet_id e. telegram_id f. ip_address g. health_ratio_level
  2. Added new endpoint which will store those data into db.
  3. Added validation before storing.
  4. Added test cases for new endpoint