Hi there,
I'm trying to send whatsapp messages using Meta's API
I'm able to do it both in Postman and Graph's explorer tool. However In retool I keep getting the below errror:
I saw in this topic that someone had the same issue and fixed it by "headers must not have key and value.
$headers = array( "Authorization: Bearer ACCES_TOKEN", "Content-Type: application/json", );
Is this replicable in Retool?
Thanks