cURL
curl --request POST \ --url http://localhost:8080/api/governance/customers \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "budget": { "max_limit": 123, "reset_duration": "<string>" } }'
Creates a new customer.
Show child attributes
Customer created successfully
Was this page helpful?