curl --request PUT \
--url http://api/v1/slack/custom-settings \
--header 'Content-Type: application/json' \
--data '
{
"aiRequireOAuth": true,
"aiThreadAccessConsent": true,
"slackChannelProjectMappings": [
{
"availableTags": [
"<string>"
],
"slackChannelId": "<string>",
"projectUuid": "<string>"
}
],
"appProfilePhotoUrl": "<string>",
"notificationChannel": "<string>"
}
'