curl --request POST \
--url https://api.example.com/payment/config \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"limit": 123
}'{
"limit": 123
}curl --request POST \
--url https://api.example.com/payment/config \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"limit": 123
}'{
"limit": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Set usage limit (in USD). Negative means no limit.null/not-set means don't change it
Successful Response
Spending limit (in USD). Negative means no limit