Authorization: Bearer ********************curl --location --request POST 'https://v1.dev.bukalombok.com/v1/notifications/test' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Test Notification Customer",
"message": "This is a test notification",
"type": "SYSTEM",
"subType": "test"
}'{
"meta": {
"success": true,
"status": 0,
"message": "string"
},
"data": {}
}