Hi,
i would like to send a REST request to an api via post.
I have done that with several other apis and it always worked fine.
this time, however its a bit different. The request works fine, but i cant manage to fetch the response data.
Usually i get a json object as a response and i can then iterate over the data.
This time however i want to get an access token and the token is just returned back in the raw response like that:
"sdfhezf23zr89hwfeh98z829rh"
My problem is, that i dont know how to reference that data, since there are no field names.
Can anybody help me with that?