My HTTP CODE -
URL: https://iotmmsp2000074374trial.hanatrial.ondemand.com/com.sap.iotservices.mms/v1/api/http/data/d000-e000-v000-i000-c000-e001\
Content-Type: application/json
Authorization: Bearer XXXXX......XXXXXXXXX
Cache-Control: no-cache
Postman-Token: 821a903d-1590-b90d-6516-d57681c2acef
{ "mode":"sync", "messageType":"XXXXXXXXXXXXXXX", "messages":[ { "timestamp": 11623333333, "temp": 32 } ] }
Now ->
While creating the HEADER for HTTP POST, how to use Authorization in the code?
I am unable to POST data.