How to extract logs when axon server api get triggered?

Hello,
I’m working on adding a slack alert whenever there is a POST request performed using Axon Server API. I have two problems:

1- I don’t seem to find a way to listen or detect to where the call could come from.
2- I tried to use swagger for Axon Server API and i can’t seem to find some logs or so anywhere( for ex in my axon-server container)

would so much appreciate if someone can give me some help.