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