0
Q:

curl what is --data

// Ex: axios post
const options = {
    method: 'POST',
    headers: {},
    data: JSON.stringify({}),
    url: '',
  };
  const something = await axios.post(options);
1

Tags

New to Communities?

Join the community