{
"topic": "api/test",
"payload": "test",
"qos": 0,
"retained": false
}
curl --data '{"token":"<token>", "topic":"api/test", "payload": "test","qos":0, "retained":false }' localhost:8080/v1/mqtt
curl -H "Authorization: Bearer <token>" --data '{"topic":"api/test", "payload": "test","qos":0, "retained":false }' localhost:8080/v1/mqtt
podman build -t rest2mqtt --build-arg ARG_GOARCH=arm --build-arg ARG_GOARM=7 .