Create Queue

1curl -X POST "https://api.hola.cloud/v1/queues" \
2  -H "Content-Type: application/json" \
3  -d '{"name":"my-queue"}'

Response: 201 Created with an empty body.

Comments

Leave a comment