There is currently no possibility to send headers with the `enqueue:produce` command. It would be nice to add an option to specify headers: ``` $ bin/console enqueue:produce '{"foo": "message content"}' --topic=... --header='Content-Type: application/json' --header='Action: create' ```