curl --request POST \
--url https://api.cuadra.ai/v1/channels/whatsapp/oauth/initiate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"redirectUrl": "<string>",
"name": "<string>",
"systemPromptId": "<string>",
"modelId": "<string>",
"datasetIds": [
"<string>"
],
"welcomeMessage": "<string>",
"fallbackMessage": "<string>"
}
'