What happens if we call API endpoint and not wait for response or not handle its response?
I am developing back-end APIs where one IPDR file is uploaded in .csv format using one API endpoint “/api/upload”, and this endpoint returns a file token to refer to that file for other APIs calls.
Then, using another API endpoint “/api/execute”, we can process that IPDR file. The file token is provided in the request of the API call.