i have a question about express-gateway
i did routing in express gateway and when i hit use postman i got following response
{
"response": {
"rescode": "0",
"hp": "0822xxxx",
"vtype": "ADB",
"server_trxid": "8811",
"partner_trxid": "ADB20181005041237",
"scrmessage": "DALAM PROSES",
"resmessage": "Status order ADBPJS20181005041237 adalah Dalam Proses"
} }
the question is, is possible to store that response to MongoDB or mySQL? if its possible, how can i do that?