Aller sur le site https://reqbin.com/req/csharp/c-w7oitglz/convert-curl-to-http-request
curl --location --request POST 'api.lengow.io/v3.0/orders/actions/' \
--header 'Accept: application/json' \
--header 'Authorization: CHANGER LE TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
"marketplace_order_id": "1234-ABC",
"account_id": xxxxxxx,
"marketplace": "xxxxxxxx",
"action_type": "ship",
"tracking_number": "cxxxxxx",
"carrier": "ups"
}'