curl --location --request POST 'https://zulmai.id/api/order/status' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key": "1234567890abcdef",
"secret_key": "abcdef1234567890",
"id": 1
}'{
"status": true,
"data": {
"success": "pesanan ditemukan",
"id": 1,
"product_code": "A1",
"product_name": "Produk A1",
"target": "xxxx",
"price": "150",
"status": "success",
"serial_number": "Sedang diproses...",
"initial_balance": "980",
"final_balance": "830",
"created_at": "2025-11-09 19:43:58",
"updated_at": "2025-11-09 19:43:58"
}
}