how do you do? I have this problem, do you can help me please?
Error: [HTTP 400] Unable to create record: A text message body or media urls or Content SID 'ContentSid' must be specified.
$message = $twilio->messages->create(
    'whatsapp:'.$to, // Número de destino
    [
        "contentSid" => "HXc69d2cdca19bf8107bef72df60a1dbd0",
        "from" => 'MG5474b4de80d7ab9e920d92086dec20af',
        "contentVariables" => [
            "1" => "Juan Carlos"
        ],
        "messagingServiceSid" => "MG5474b4de80d7ab9e920d92086dec20af"
    ]
);