curl --request PUT \
--url https://api.mnemom.ai/v1/billing/budget-alert \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"threshold_cents": 1
}
'{
"threshold_cents": 123,
"updated": true
}curl --request PUT \
--url https://api.mnemom.ai/v1/billing/budget-alert \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"threshold_cents": 1
}
'{
"threshold_cents": 123,
"updated": true
}