{
"clientOrExcel": "cliFilter",
"channel": [
"sms",
"push",
"mail"
],
"type": "manual",
"action": "none",
"priority": "low",
"cmd": {
"meta": {}
},
"title": {
"en": "huongtest",
"pt": "huongtest",
"tet": "huongtest"
},
"body": {
"en": "huongtest",
"pt": "huongtest",
"tet": "huongtest"
},
"fullContent": {
"en": "<p>huongtest</p>\n",
"pt": "<p>huongtest</p>\n",
"tet": "<p>huongtest</p>\n"
},
"cliTarget": [
"customer"
],
"name": "huongtest",
"tags": [
"system",
"promotion",
"transaction"
],
"file": null
}curl --location --request POST '/admin/ntf/createNotification' \
--header 'Authorization: Bearer f41e8fd7-3221-4b36-8dc3-623890b2c078' \
--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 '{
"clientOrExcel": "cliFilter",
"channel": [
"sms",
"push",
"mail"
],
"type": "manual",
"action": "none",
"priority": "low",
"cmd": {
"meta": {}
},
"title": {
"en": "huongtest",
"pt": "huongtest",
"tet": "huongtest"
},
"body": {
"en": "huongtest",
"pt": "huongtest",
"tet": "huongtest"
},
"fullContent": {
"en": "<p>huongtest</p>\n",
"pt": "<p>huongtest</p>\n",
"tet": "<p>huongtest</p>\n"
},
"cliTarget": [
"customer"
],
"name": "huongtest",
"tags": [
"system",
"promotion",
"transaction"
],
"file": null
}'