API curl "-x" data

One of the API for Stripe is to send an invoice. The CURL is below, where do you put in the “-X” value int he API server side. Is is under input data?

    curl https://api.stripe.com/v1/invoices/"{{INVOICE_ID}}"/send \
  -u sk_test_#################: \
  -X POST

Community Page
Last updated: