curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

query

From: danielcorrente--- via curl-users <curl-users_at_lists.haxx.se>
Date: Mon, 28 Nov 2022 16:23:13 -0300

Hello

what changes should i make to make it work in curl for windows ?

it's a whatsapp message from api cloud,

curl -i -X POST `
  https://graph.facebook.com/v15.0/113037868294137/messages `
  -H 'Authorization: Bearer mi_code_here' `
  -H 'Content-Type: application/json' `
  -d '{ \"messaging_product\": \"whatsapp\", \"to\": \"543465651891\", \"type\": \"template\", \"template\": { \"name\": \"hello_world\", \"language\": { \"code\": \"en_US\" } } }'

i am using curl for windows but i cant get it to work

Thank you
 


Saludos

Daniel Corrente


-- 
Unsubscribe: https://lists.haxx.se/listinfo/curl-users
Etiquette:   https://curl.se/mail/etiquette.html
Received on 2022-11-28