post https://api.fabric.inc/v3/orders/order-number//actions/fraud-release
If an order is suspected to be fraudulent, it is immediately placed on hold for verification. After verification, if it is confirmed as non-fraudulent, this endpoint is used to release the order from hold, by order number so that it can be processed.
Note: When you don't have order number, use the corresponding order ID-based endpoint - POST /orders/{orderId}/actions/fraud-release
.