I have the below url with headers and the fields I need to use
https<SPAN class="punctuation token">:</SPAN><SPAN class="operator token">/</SPAN><SPAN class="operator token">/</SPAN>aaa<SPAN class="punctuation token">.</SPAN>bbbb<SPAN class="punctuation token">.</SPAN>co<SPAN class="operator token">/</SPAN>last\
<SPAN class="operator token">-</SPAN>H <SPAN class="string token">"Authorization: last <token>"</SPAN> \
<SPAN class="operator token">-</SPAN>H <SPAN class="string token">"App-Version: 5.0.0"</SPAN> \
<SPAN class="operator token">-</SPAN>H <SPAN class="string token">"Content-Type: application/json"</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
I'm not sure, how to put this is in javascript and get data
Any suggestions
Thanks
Malla