How should I pass json data in the request payload of http post request
I wanted to know, how to pass the json request in the payload, for eg: {'name' : 'test', 'value' : 'test'}
:
I wanted to know, how to pass the json request in the payload, for eg: {'name' : 'test', 'value' : 'test'}
:
I’m creating rest endpoints in my nodejs application as follows: