How to Curl on Kodular?

Please, I need to run this Curl code In project Kodular.

curl -X POST -H “Authorization: Bearer ya29.ElqKBGN2Ri_Uz…HnS_uNreA” -H “Content-Type: application/json” -d ‘{
“message”: {
“topic” : “foo-bar”,
“notification”: {
“body”: “This is a Firebase Cloud Messaging Topic Message!”,
“title”: “FCM Message”
}
}
}’ https://fcm.googleapis.com/v1/projects/myproject-b5ae1/messages:send HTTP/1.1

Where is the post text block?? You have defined the header only

1 Like

Check this out

1 Like

Adjust your CURL command and use the tool mentioned above.