Rust Axum POST method issue
I am trying to learn rust with axum and planning to write a web server
How should I write a route in Axum which handles webhook POST events with generic payload data?
I need a route to handle webhook events coming to an Axum API.
How to create file in server and download locally when pushing a button?
I have zero experience with web development. This sounds like a reasonably simple thing to implement, but I guess I don’t know the correct keywords to use when searching online because I haven’t gotten very far.