Consumers - Aggouri/acheron GitHub Wiki
Consumers are individuals that use the APIs managed by Acheron.
Create consumer
Create a consumer by executing the following request:
curl -X POST -H "Content-Type: application/json" -d '{
"name": "Awesome Consumer"
}' "http://localhost:9090/admin/consumers"
JSON body parameters:
name(required): A name to associate the consumer with.