curl --location --request POST '/api/order/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key": "1234567890abcdef",
"secret_key": "abcdef1234567890",
"product_code": "A1",
"target": "user_game_1234"
}'{
"status": true,
"data": {
"id": 2,
"product_code": "A1",
"product_name": "Produk A1",
"target": "xxxx",
"price": "150",
"status": "processing",
"serial_number": "Sedang diproses...",
"initial_balance": 980,
"final_balance": 830,
"created_at": "2025-11-09T12:43:58.000000Z",
"updated_at": "2025-11-09T12:43:58.000000Z"
}
}