curl --request POST \
--url https://catalystapi.superdashhq.com/api/v1/whatsapp/manage/addToWhatsAppThread/{workspaceId}/{assistantId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"toNumber": "<string>",
"message": "<string>",
"attributes": {
"customField1": "<string>",
"customField2": "<string>",
"customField3": "<string>"
}
}
'