http.post
Sends a HTTP POST request to any URL using Axios.
Parameters
Returns
Promise that is resolved with an Axios response object.
The returned data is in the 'data' property of the response.
Sends a HTTP POST request to any URL using Axios.
Promise that is resolved with an Axios response object.
The returned data is in the 'data' property of the response.