The api docs says that /events/trigger should return ```js { acknowledged: true, status: "status", transactionId: "transactionId" } ``` but it actually returns ```js { data: { acknowledged: true, status: "processed", transactionId: "3e47b1eb-cd62-4e06-bdc4-2e86f04b94ce" } } ``` I haven't tested the other routes yet, but they might also do the same.
The api docs says that /events/trigger should return
but it actually returns
I haven't tested the other routes yet, but they might also do the same.