curl --request GET \
--url https://api.mnemom.ai/v1/billing/budget-alert \
--header 'Authorization: Bearer <token>'{
"threshold_cents": 123,
"last_alert_sent_at": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.mnemom.ai/v1/billing/budget-alert \
--header 'Authorization: Bearer <token>'{
"threshold_cents": 123,
"last_alert_sent_at": "2023-11-07T05:31:56Z"
}