Authorization: Bearer ********************{
"sourceChannelId": 0,
"targetChannelId": 0,
"overwrite": true
}curl --location --request POST 'https://api.ogoship.com/api/settings/copy' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceChannelId": 0,
"targetChannelId": 0,
"overwrite": true
}'{
"channelId": 0,
"notificationProviderSettings": [
{
"type": "string",
"key": "string",
"settingsJSON": "string",
"testMode": true,
"testAddress": "string"
}
],
"languages": [
"string"
],
"defaultLanguage": "string",
"revision": 0
}