I have to design a REST API which accepts few query parameters, fetches a template from database and then sends the whatsapp message to a particular user.
My question is which API method is most suitable and should be used for sending notifications to users?
Should it be GET
method, POST
method or any other method?
In response, it just sends a success
message or error
message.