Example curl
Parameters:
Example curl:
curl --location 'http://0.0.0.0:4000/customer/update' --header 'Authorization: Bearer sk-1234' --header 'Content-Type: application/json' --data '{
"user_id": "test-litellm-user-4",
"budget_id": "paid_tier"
}'
See below for all params
Successful Response