I am working on a React application and it makes an api call that sends updates to a callback url which I must define. I have two questions:
- How do I create a callback url?
- How do I get the data from that callback url if my application is front end only and it doesn't have a server to listen for requests?
Thanks in advance!