I want to integrate Azure push notifications REST API in Mule 4. I have registered my device to the azure portal hub and I am receiving the notification when sending the notification directly from azure portal.
But when using the rest api from postman, I am not receiving it although it returns me a 201 CREATED response.
I am not targeting any tags. I tried direct send, gcm native. could not receive any notifications.