curl --location --request POST 'https://dev-api.inwantaiwan.com/api/apps/v2/digital-products/postpaid/inquiry' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_code": "PDAMKOTA.SURABAYA",
"customer_id": "10200000",
"month": "2"
}'{
"data": {
"tr_id": 352982088,
"code": "BPJS",
"hp": "8801234560000",
"tr_name": "VERGIE",
"period": "02",
"ref_id": "unique-ref-1123112",
"price": 100,
"desc": {
"kode_cabang": "0901",
"nama_cabang": "JAKARTA PUSAT",
"sisa_pembayaran": "0",
"jumlah_peserta": "2"
}
},
"meta": []
}