This API converts between dates and days since March 19, 2019, the start of Ramp (inclusive).
https://ramp.day/api?date=YYYY-MM-DD
https://ramp.day/api?day=NUMBER
https://ramp.day/api
https://ramp.day/api with JSON body: {"date": "YYYY-MM-DD"} or {"day": NUMBER}
https://ramp.day/api?day=1001
{"date":"2021-12-13","day":1001}
https://ramp.day/api
curl -X POST https://ramp.day/api \ -d '{"date": "2021-12-13"}'
{"day":1001,"date":"2021-12-13"}