Authorization: Bearer ********************{
"recipients": [
"string"
],
"notificationChannel": "string",
"channelId": 0
}curl --location --request POST 'https://api.ogoship.com/api/notifications/channel//test-message' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"recipients": [
"string"
],
"notificationChannel": "string",
"channelId": 0
}'{}