{
"skip": 0,
"limit": 10,
"gateway": "mpu"
}curl --location --request POST '/admin/notification/adminGetNtfHistory' \
--header 'Authorization: Bearer ' \
--header 'Accept: application/json' \
--header 'User-Agent: Mozilla/5.0' \
--header 'Referer: https://wallet-admin-vpay-dev2.vinsmartfuture.tech/' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"skip": 0,
"limit": 10,
"gateway": "mpu"
}'{
"err": 200,
"message": "Success",
"data": []
}