Authorization: Bearer ********************
{ "orderNos": [ "string" ] }
curl --location --request POST '/external/orders/reload' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "orderNos": [ "string" ] }'