Authorization: Bearer ********************{
"sourceChannelId": 0,
"targetChannelId": 0,
"overwrite": true
}curl --location --request POST 'https://api.ogoship.com/api/notificationTemplates/copyAllTemplates' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceChannelId": 0,
"targetChannelId": 0,
"overwrite": true
}'{}