I have added my REST api service in Azure API Management. I have followed all the steps given in this link Azure APIM. API works fine in local. It also works when accessed through published URL.
I have added OAuth2.0 security as well which is passing through fine.
My issue is When i try to access the operation through APIM published URL, the service is giving response 200 with empty content.
Can Someone please help.