{
"status": true,
"orderID" => "123",
"credits" => "10.00"
}
{
"status": false,
"error": "USER_NOT_FOUND",
"message": "User not found!"
}
{
"status": false,
"error": "PRODUCT_NOT_FOUND",
"message": "Product not found!"
}
{
"status": false,
"error": "INVALID_QUANTITY",
"message": "Invalid quantity!"
}
{
"status": false,
"error": "INSUFFICIENT_BALANCE",
"message": "Insufficient balance!"
}
{
"status": false,
"error": "OUT_OF_STOCK",
"message": "Out of stock!"
}