Question
REST API handling post request
I have to expose one REST API which will be handling post request in thingsworx.
Requirement :
1. API which will handle post request and extract request post data in form of json.
2. API will be called from external system

