curl --location --request POST 'https://api.stateset.network/v1/order/deliver' \ --header 'Content-Type: application/json' \ --header 'Authorization: Token <token>' \ --data-raw '{ "id": "" }'
{ "success": 123 }
This endpoint marks an order as delivered.