I want to know that can i call cloud function from postman software .When i\'m calling CF from postman it always give me
\"error\": { \"status\": \"
In Postman make post request, header Content-Type should be application/json and then in raw make json in this format
Content-Type
application/json
{ "data": { "text":"hi how are you", "phoneNumbers":"+92123455679" } }